X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fdebian_unstable.pp;h=344f90cf8c7ebd46fe8485c041a9ee1d4d493cc7;hb=refs%2Fheads%2Ftrusted-contributors;hp=b1492cd53862303a39c05ef3d59b67d25c579d31;hpb=bca85cd945f8511edb0aa2dcf5e549772abea805;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/debian_unstable.pp b/examples/debian_unstable.pp index b1492cd..344f90c 100644 --- a/examples/debian_unstable.pp +++ b/examples/debian_unstable.pp @@ -1,9 +1,9 @@ package { 'debian-keyring': - ensure => present + ensure => present, } package { 'debian-archive-keyring': - ensure => present + ensure => present, } apt::source { 'debian_unstable':