Displaying 1 result from an estimated 1 matches for "hashcommentlinescontaining".
2007 May 17
3
Community common.pp
...e this is obviously acceptable (and unavoidable)
in the short term, it is highly recommended to migrate work from exec
to native Puppet types as quickly as possible."
Can we (as a community) use common.pp to do this? We could define
functions (such as something similar to cfengine''s
HashCommentLinesContaining), users could start using them, and Luke
could mark whether the function will become native to Puppet after the
API settles down.
For example, I have defined backup-dir so that all I have to do is this:
backup-dir { "SaveConfigs":
path => "/",
dir...