Skip to content

Instantly share code, notes, and snippets.

@lak
Created February 23, 2009 17:03
Show Gist options
  • Save lak/69056 to your computer and use it in GitHub Desktop.
Save lak/69056 to your computer and use it in GitHub Desktop.
define cronallow($members) {
file { $name: content => template("..."), ensure => present, ... }
}
class base {
cronallow { "/etc/cron.allow": members => root }
}
class sub inherits base {
Cronallow["/etc/cron.allow"] { members +> [postgres, whatever] }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment