Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding path to create_ini_settings resources #185

Merged
merged 2 commits into from Aug 26, 2015

Conversation

danzilio
Copy link

Currently the create_ini_settings function creates an ini_setting resource with a title comprised of the section and setting values. This means that we run into resource conflicts when defining the same section/setting combinations but in different files. Since the path parameter is required, we can safely add this to the title of the ini_setting resource created by the create_ini_settings function. This commit does just that.

David Danzilio added 2 commits August 12, 2015 18:00
Currently the create_ini_settings function creates an ini_setting with a
title comprised of the section and setting names. This means that we
run into resource conflicts when defining the same section/setting
combinations but in different files. Since the path parameter is
required, we can safely add this to the title of the ini_setting
resource created by the create_ini_settings function. This commit does
just that.
@tomviner
Copy link

👍 this is essential for creating more than one ini file with a common section and setting.

hunner added a commit that referenced this pull request Aug 26, 2015
Adding path to create_ini_settings resources
@hunner hunner merged commit 2fbeac2 into puppetlabs:master Aug 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants