From 655aec0071821d5b1a9d7307a1a78e11c354a1a8 Mon Sep 17 00:00:00 2001 From: Andreas Schiermeier <andreas@schiermeier.name> Date: Thu, 10 Dec 2015 00:17:18 +0100 Subject: [PATCH] Experiments part 6 --- modules/system/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/manifests/init.pp b/modules/system/manifests/init.pp index 606b5a5..491a7fb 100644 --- a/modules/system/manifests/init.pp +++ b/modules/system/manifests/init.pp @@ -1,8 +1,8 @@ class system { exec { 'add-architecture-i386': - command => '/usr/bin/dpkg --add-architecture i386' - unless => '/bin/fgrep -q i386 /var/lib/dpkg/arch' + command => '/usr/bin/dpkg --add-architecture i386', + unless => '/bin/fgrep -q i386 /var/lib/dpkg/arch', notify => Exec['aptget-update'], } -- GitLab