mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 03:38:01 +00:00
5 lines
79 B
Puppet
5 lines
79 B
Puppet
class distcc_exec::install{
|
|
package { 'distcc':
|
|
ensure => installed
|
|
}
|
|
} |