From 87a84fdfcb74d1161287dd67f18d897c7d49eb28 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 18 Apr 2009 03:19:31 +0200 Subject: [PATCH] This feels more Right --- modules/debian-org/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 64f9506f..ad031655 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -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, } -- 2.39.2