X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=dd00adc6a4e62a6943cc5f0368596bd4d7c7ff4d;hb=60e50a9b65dec94fe20734404295e28d9e434a83;hp=196fc925866435dec0a3b038c8b65054542ea84e;hpb=57903418909c3c3344a4c4fa41c054e954451227;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 196fc92..dd00adc 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -2,6 +2,7 @@ # add an apt source define apt::source( + $comment = $name, $ensure = present, $location = '', $release = 'UNDEF',