]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
This feels more Right
authorPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:19:31 +0000 (03:19 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 18 Apr 2009 01:19:31 +0000 (03:19 +0200)
modules/debian-org/manifests/init.pp

index 64f9506f0d5ad782327f5147a7a02e417c6bd01f..ad03165546c7bea7f6851ed19f5333f517565d10 100644 (file)
@@ -39,7 +39,7 @@ class debian-org {
              source => "puppet:///files/etc/apt/apt.conf.d/local-pdiffs";
       "/etc/timezone":
              source => "puppet:///files/etc/timezone",
-             notify => Exec["dpkg-reconfigure tzdata -pcritical"];
+             notify => Exec["dpkg-reconfigure tzdata -pcritical -fnoninteractive"];
       "/etc/puppet/puppet.conf":
              source => "puppet:///files/etc/puppet/puppet.conf",
              notify  => Exec["puppet reload"];
@@ -55,7 +55,7 @@ class debian-org {
              path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
              refreshonly => true,
    }
-   exec { "dpkg-reconfigure tzdata -pcritical":
+   exec { "dpkg-reconfigure tzdata -pcritical -fnoninteractive":
            path        => "/usr/bin:/usr/sbin:/bin:/sbin",
            refreshonly => true,
         }