diff options
author | varac <varacanero@zeromail.org> | 2016-02-03 19:55:29 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-02-03 19:55:29 +0100 |
commit | 67590f45a88eb1747bba56489e0957684b54ceac (patch) | |
tree | 4583ff380b0ed796cf3a7ddc63fb67f5a7d68c79 /vagrant/install-platform.pp | |
parent | cf50f84d47fe20f72aebdad1fa0c077c350e1d00 (diff) |
Exec overrides need to be referred by their name
not with their alias.
Resolves https://github.com/pixelated/puppet-pixelated/issues/8
Diffstat (limited to 'vagrant/install-platform.pp')
-rwxr-xr-x | vagrant/install-platform.pp | 4 |
1 files changed, 1 insertions, 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' { |