Project

General

Profile

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

}
(1-1/8)