Project

General

Profile

Download (220 Bytes) Statistics
| Branch: | Tag: | Revision:
# Configure Crane
class pulp::crane::config {
file { '/etc/crane.conf':
ensure => 'file',
mode => '0644',
owner => 'root',
group => 'root',
content => template('pulp/crane.conf.erb'),
}
}
(2-2/4)