Displaying 1 result from an estimated 1 matches for "ensure_f".
Did you mean:
ensure_
2013 Apr 16
7
puppet-cleaner: makes puppet DSL code comply with a subset of the style guide
...e/c'',
owner => ''root'',
alias => ["$hostname"],
group=> "${group}",
ensure => ''absent'';
"/file/f":
ensure => ''ensure_f'';
}
user {
"jdoe":
managed_home => "true",
}
}
}
into this:
#
# multiline comment
# trailing white space here ->
class someclass($version = ''5'', $platform = ''rhel6'')
{
if ! ($version in [''4'&...