Skip to content

Instantly share code, notes, and snippets.

@ody
Created June 7, 2011 19:54
Show Gist options
  • Save ody/1013005 to your computer and use it in GitHub Desktop.
Save ody/1013005 to your computer and use it in GitHub Desktop.
user { 'isbob':
ensure => present,
name => 'bob',
}
user { 'isntbob':
ensure => absent,
name => 'bob',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment