From 3d06b5d62bda1e1571b0c0cb953f09b3c954710a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 2 Feb 2010 22:02:54 -0200 Subject: Formatacao --- puppet.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', -- cgit v1.2.3