Skip to content

Instantly share code, notes, and snippets.

@roidelapluie
Created September 2, 2015 12:32
Show Gist options
  • Save roidelapluie/108aceadd0deb3b79566 to your computer and use it in GitHub Desktop.
Save roidelapluie/108aceadd0deb3b79566 to your computer and use it in GitHub Desktop.
class {
'foo':
service_ensure => 'running',
}
assertion { 'the service runs':
subject => Service['foo'],
attribute => 'ensure',
expectation => 'running',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment