-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Some software allows parameters to be set (e.g. software::vcsscm::git).
It would be nice if the README mentioned how those can be set, so that the suggested, preferred way is known (and Puppet newbies are not left in the dark).
Example
class { 'software::vcsscm::git':
gui => true,
ensure => installed,
}Is there a nicer, cleaner way?
include software::vcsscm::git... is definitely nicer, but how set parameters?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels