I think that what you need is a define here.
Regards,
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscr...@googlegroups.com.
To view this di
Dear all,
with my class config.pp I would like to provide config file to
/etc/logrotate.d.
filename: config.pp
class logrotate::config($conf_file){
case $::osfamily {
redhat:{
file { "/etc/logrotate.d/${conf_file}":
ensure => 'present',
owner => 'root',
group