Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created August 31, 2012 13:18
Show Gist options
  • Save zipkid/3552561 to your computer and use it in GitHub Desktop.
Save zipkid/3552561 to your computer and use it in GitHub Desktop.
# Stages
stage { 'repo': before => Stage[package] }
stage { 'package': before => Stage[main] }
stage { 'post': require => Stage[main] }
class{ 'hiera_package': stage => package }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment