Skip to content

Instantly share code, notes, and snippets.

@kbarber
Created December 6, 2010 22:47
Show Gist options
  • Save kbarber/731133 to your computer and use it in GitHub Desktop.
Save kbarber/731133 to your computer and use it in GitHub Desktop.
puppet triggering mail aliases
exec {"newaliases":
refreshonly => true,
command => "/usr/bin/newalises",
}
Mailalias {
notify => Exec["newaliases"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment