X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fbuilddep.pp;h=8891bd903b6095e7bae872904bd3bfb9fe473f82;hb=a758247f2632b3204167a8058fbb8903f0438841;hp=8aebc679aea3329223b293d41fe3654dff91c5ff;hpb=99c3fd354d904e03f1d2ac21f25952b0932e2f69;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/builddep.pp b/manifests/builddep.pp index 8aebc67..8891bd9 100644 --- a/manifests/builddep.pp +++ b/manifests/builddep.pp @@ -5,7 +5,7 @@ define apt::builddep() { Class['apt'] -> Apt::Builddep[$name] exec { "apt-update-${name}": - command => "/usr/bin/apt-get update", + command => '/usr/bin/apt-get update', refreshonly => true, }