]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
syntax fix
authorPeter Palfrader <peter@palfrader.org>
Tue, 12 May 2009 15:41:39 +0000 (17:41 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 12 May 2009 15:41:39 +0000 (17:41 +0200)
modules/buildd/manifests/init.pp

index 899f53f538c53ba6021ca41df5736338a2572757..1d711b9fabcd7719f5601ac068d063f4aab0f695 100644 (file)
@@ -11,7 +11,7 @@ class buildd {
       "/etc/apt/sources.list.d/buildd.list":
              source => "puppet:///files/etc/apt/sources.list.d/buildd.list",
              require => Package["apt-transport-https"],
-             notify  => Exec["apt-get update"];
+             notify  => Exec["apt-get update"],
              ;
 
         "/etc/apt/trusted-keys.d/buildd.debian.org.asc":