Displaying 1 result from an estimated 1 matches for "ysarix0pd40j".
2012 Sep 06
1
puppet bug in File selector ?
I tried to conditionally run etckeeper at the end of a puppet run.
For that I defined the following class :
class os::etckeeper::commit {
$cmd = "$operatingsystem" ? {
''debian'' => ''/usr/sbin/etckeeper'',
default => ''/usr/bin/etckeeper'',
}
exec {"etckeeper commit":
command =>