Skip to content

Commit

Permalink
Git module works better with a fake user than with an empty one
Browse files Browse the repository at this point in the history
  • Loading branch information
deigote committed Oct 30, 2012
1 parent a65e9eb commit 3022882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
git::clone { "aws-tools-clone":
url => "https://github.com/osoco/aws-tools.git",
path => "$path/aws-tools",
username => "",
password => "",
username => "someuser",
password => "somepass",
require => File["$path"]
}

Expand Down

0 comments on commit 3022882

Please sign in to comment.