mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 11:48:17 +00:00
5 lines
77 B
Puppet
5 lines
77 B
Puppet
class distcc_exec::service{
|
|
service { 'distcc':
|
|
ensure => running
|
|
}
|
|
} |