Skip to content

Instantly share code, notes, and snippets.

@cwebberOps
Created May 6, 2014 14:15
Show Gist options
  • Save cwebberOps/2df68a46165e72ad4211 to your computer and use it in GitHub Desktop.
Save cwebberOps/2df68a46165e72ad4211 to your computer and use it in GitHub Desktop.
Ordering Fun
class 'foo' {
file { '/foo':
ensure => present
}
service { 'foo':
ensure => running
}
package { 'foo':
ensure => latest
}
Package['foo'] -> File['/foo'] ~> Service['foo']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment