Skip to content

Instantly share code, notes, and snippets.

@codesplicer
Last active August 29, 2015 14:26
Show Gist options
  • Save codesplicer/e854a4aedc9f083db661 to your computer and use it in GitHub Desktop.
Save codesplicer/e854a4aedc9f083db661 to your computer and use it in GitHub Desktop.

Revisions

  1. codesplicer revised this gist Aug 6, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion init.pp
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    user { 'hal':
    comment => 'what are you doing Dave?',
    uid => 2001,
    uid => 2000,
    gid => 2001,
    home => '/home/hal',
    }
  2. codesplicer created this gist Aug 6, 2015.
    10 changes: 10 additions & 0 deletions init.pp
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    group { 'hal':
    gid => 2001,
    }

    user { 'hal':
    comment => 'what are you doing Dave?',
    uid => 2001,
    gid => 2001,
    home => '/home/hal',
    }