diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-02 22:02:54 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-02 22:02:54 -0200 |
commit | 3d06b5d62bda1e1571b0c0cb953f09b3c954710a (patch) | |
tree | eb9642c4c85810339e65f49752b14904ad4f0c7d | |
parent | 623d88b64acdd1bc1dc261757e9f5f9af1fa280a (diff) | |
download | padrao-3d06b5d62bda1e1571b0c0cb953f09b3c954710a.tar.gz padrao-3d06b5d62bda1e1571b0c0cb953f09b3c954710a.tar.bz2 |
Formatacao
-rw-r--r-- | puppet.mdwn | 3 |
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', |