puppet-standalone-mashup/shared/modules/flush_software/manifests/init.pp

7 lines
153 B
Puppet

class flush_software {
file { "${base::install_path}/flush-software":
content => template('flush_software/flush-software'),
mode => 0775
}
}