Project

General

Profile

Download (188 Bytes) Statistics
| Branch: | Tag: | Revision:
class puppet::config {
file { $puppet::params::dir:
ensure => directory,
}
file { "${puppet::params::dir}/puppet.conf":
content => template('puppet/puppet.conf.erb'),
}

}
(1-1/8)