Skip to content

Instantly share code, notes, and snippets.

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