Skip to content

Instantly share code, notes, and snippets.

@duritong
Created June 9, 2009 14:30
Show Gist options
  • Save duritong/126541 to your computer and use it in GitHub Desktop.
Save duritong/126541 to your computer and use it in GitHub Desktop.
exec{"create_gitosis_git":
command => "env -i gitosis-init < initial_admin_pubkey.puppet",
cwd => "/home/git",
unless => "test -d /home/git/repositories",
user => git,
path => "/bin:/sbin:/usr/sbin:/usr/bin",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment