summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-02-03 19:55:29 +0100
committervarac <varacanero@zeromail.org>2016-02-03 19:55:29 +0100
commit67590f45a88eb1747bba56489e0957684b54ceac (patch)
tree4583ff380b0ed796cf3a7ddc63fb67f5a7d68c79
parentcf50f84d47fe20f72aebdad1fa0c077c350e1d00 (diff)
Exec overrides need to be referred by their name
not with their alias. Resolves https://github.com/pixelated/puppet-pixelated/issues/8
-rwxr-xr-xvagrant/install-platform.pp4
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' {