Skip to content

Instantly share code, notes, and snippets.

@joshuatobin
Created August 29, 2012 19:47
Show Gist options
  • Save joshuatobin/3517863 to your computer and use it in GitHub Desktop.
Save joshuatobin/3517863 to your computer and use it in GitHub Desktop.
node default {
stage {"pre": before => Stage["main"]}
case $operatingsystem {
/(Ubuntu|Debian)/: {
class { 'apt': stage => 'pre', }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment