Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Parameterize the client config #355

Merged
merged 2 commits into from
Nov 17, 2017
Merged

Conversation

BartWillems
Copy link
Contributor

I've parameterised the client config, now it's possible to choose the ownership & permissions of the config file.

Signed-off-by: Bart Willems <crowley@inuits.eu>
@@ -1,5 +1,9 @@
# private class
class mcollective::client::config {
class mcollective::client::config (
$owner = 'root',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe use the String datatype on all of these?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, of course

Signed-off-by: Bart Willems <crowley@inuits.eu>
@bastelfreak bastelfreak added the enhancement New feature or request label Nov 17, 2017
@bastelfreak
Copy link
Member

@BartWillems thanks for this PR. Can you take a look at the used email address in your commit? It isn't associated with your github account.

@BartWillems
Copy link
Contributor Author

@bastelfreak The email address in the commit is my work address, it is now added to my account; thanks for noticing 👍

@bastelfreak bastelfreak merged commit 0f6e059 into voxpupuli:master Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants