Skip to content

Instantly share code, notes, and snippets.

@slamont
Created July 18, 2013 18:16
Show Gist options
  • Save slamont/6031615 to your computer and use it in GitHub Desktop.
Save slamont/6031615 to your computer and use it in GitHub Desktop.
With stdlib
#
class myclass {
anchor { 'myclass::begin':}->
class { 'myclass::install': }->
class { 'myclass::config': }~>
class { 'myclass::service': }->
anchor { 'myclass::end':}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment