X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=9adf6a2336ee764db234216e1cf0b20b413ef48a;hb=89c747ab3b2caad9b36b8ce53a693537f4db6f36;hp=1307a3a552be523dfd02f988066eccf47ced7b2a;hpb=bea5567ec2a2d5d1420f61a63d0e672693f6adcd;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 1307a3a..9adf6a2 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -18,6 +18,7 @@ define apt::source( $key_content = undef, $key_source = undef, $trusted_source = undef, + $notify_update = true, ) { validate_string($architecture, $comment, $location, $repos) validate_bool($allow_unsigned) @@ -114,8 +115,9 @@ define apt::source( } apt::setting { "list-${name}": - ensure => $ensure, - content => template('apt/_header.erb', 'apt/source.list.erb'), + ensure => $ensure, + content => template('apt/_header.erb', 'apt/source.list.erb'), + notify_update => $notify_update, } if $pin {