Skip to content

Instantly share code, notes, and snippets.

@ottomata
Created June 11, 2012 20:44
Show Gist options
  • Save ottomata/2912566 to your computer and use it in GitHub Desktop.
Save ottomata/2912566 to your computer and use it in GitHub Desktop.
class misc::statistics::user {
$username = "stats"
systemuser { "$username": name => "$username", home => "/var/lib/$username", $groups => "wikidev" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment