Skip to content

Instantly share code, notes, and snippets.

@dotmaster
Created March 6, 2014 14:23
Show Gist options
  • Save dotmaster/9390862 to your computer and use it in GitHub Desktop.
Save dotmaster/9390862 to your computer and use it in GitHub Desktop.
puppet-lesson01
user { 'katie':
ensure => 'present',
comment => 'katie',
home => '/home/katie',
shell => '/bin/zsh',
managehome => true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment