ensure => directory,
mode => 0755, owner => root, group => root;
- "/etc/cron.daily/vserver-hashify":
- source => "puppet://$server/virtual/hashify.cron.daily",
- mode => 0755, owner => root, group => root;
+ # perhaps we should use hashify.
+ # but i'm commenting this out until we learn how to properly use in case we want to use it.
+ #"/etc/cron.daily/vserver-hashify":
+ # source => "puppet://$server/virtual/hashify.cron.daily",
+ # mode => 0755, owner => root, group => root;
}
}