summaryrefslogtreecommitdiff
path: root/puppet.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-02 22:02:54 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-02 22:02:54 -0200
commit3d06b5d62bda1e1571b0c0cb953f09b3c954710a (patch)
treeeb9642c4c85810339e65f49752b14904ad4f0c7d /puppet.mdwn
parent623d88b64acdd1bc1dc261757e9f5f9af1fa280a (diff)
downloadpadrao-3d06b5d62bda1e1571b0c0cb953f09b3c954710a.tar.gz
padrao-3d06b5d62bda1e1571b0c0cb953f09b3c954710a.tar.bz2
Formatacao
Diffstat (limited to 'puppet.mdwn')
-rw-r--r--puppet.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/puppet.mdwn b/puppet.mdwn
index 28e9b86..263da84 100644
--- a/puppet.mdwn
+++ b/puppet.mdwn
@@ -128,7 +128,8 @@ Agora adicionamos um manifesto para o puppetmasterd em `puppet/manifests/classes
# updates the puppet configuration dir with git repositories
# every 5 minutes.
cron { puppet-conf:
- command => "git --git-dir=/etc/puppet/.git/ pull /var/git/repositories/puppet-conf.git master && git --git-dir=/etc/puppet/.git/ --work-tree=/etc/puppet/ checkout -f",
+ command => "git --git-dir=/etc/puppet/.git/ pull /var/git/repositories/puppet-conf.git master && \
+ git --git-dir=/etc/puppet/.git/ --work-tree=/etc/puppet/ checkout -f",
user => root,
hour => '*',
minute => '*/5',