From 67590f45a88eb1747bba56489e0957684b54ceac Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 3 Feb 2016 19:55:29 +0100 Subject: Exec overrides need to be referred by their name not with their alias. Resolves https://github.com/pixelated/puppet-pixelated/issues/8 --- vagrant/install-platform.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vagrant/install-platform.pp b/vagrant/install-platform.pp index 5ea834b1..8d177156 100755 --- a/vagrant/install-platform.pp +++ b/vagrant/install-platform.pp @@ -1,7 +1,5 @@ class {'apt': } -File['/etc/apt/preferences'] -> - Exec['refresh_apt'] -> - Package <| ( title != 'lsb' ) |> +Exec['update_apt'] -> Package <||> if $::lsbdistcodename == 'wheezy' { -- cgit v1.2.3