Skip to content

Commit

Permalink
Merge remote-tracking branch 'greg-puppet/master' into greg-puppet
Browse files Browse the repository at this point in the history
Conflicts:
	templates/puppet.conf.erb
  • Loading branch information
GregSutcliffe committed Apr 11, 2012
2 parents 7948ec3 + 2a851d8 commit 6f00714
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
owner => $puppet::params::user,
}

# need to chown the $vardir before puppet does it, or else
# we can't write puppet.git/ on the first run

file { '/var/lib/puppet':
ensure => directory,
owner => $puppet::params::user,
}

include git

git::repo { 'puppet_repo':
Expand Down
1 change: 1 addition & 0 deletions templates/puppet.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@
report = true
pluginsync = true
environment = <%= environment %>
server = <%= puppetmaster rescue fqdn %>

0 comments on commit 6f00714

Please sign in to comment.