X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fforce.pp;h=0089bbd75393d02044e62427a7470a0528405b31;hb=42af4cdc74f1b9fbe53da99ef77126274c2124c2;hp=45c5679292b601c9d13954efc401b5377d071130;hpb=a758247f2632b3204167a8058fbb8903f0438841;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/force.pp b/manifests/force.pp index 45c5679..0089bbd 100644 --- a/manifests/force.pp +++ b/manifests/force.pp @@ -18,5 +18,4 @@ define apt::force( exec { "/usr/bin/aptitude -y -t ${release} install ${name}${version_string}": unless => $install_check, } - }