X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=0bb9b3be7161bd3929e12e08bcfa7d8b7fa715da;hb=39870ce9849d1915eeaf3137f17462bc8b2f6a62;hp=1307a3a552be523dfd02f988066eccf47ced7b2a;hpb=fa86d8ed5052407f9279c308c2a9079599380bf8;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 1307a3a..0bb9b3b 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 = undef, ) { 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 {