From: Silvio Rhatto Date: Wed, 3 Feb 2010 00:02:54 +0000 (-0200) Subject: Formatacao X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3d06b5d62bda1e1571b0c0cb953f09b3c954710a;p=padrao.git Formatacao --- 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',