X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fdebian_testing.pp;h=bea2f0857eeb2d21a832a6cebcaee6af3cb3d0ca;hb=refs%2Fheads%2Ftrusted-contributors;hp=3ed98f21f12e9d225dca4e06d008707e45f45a80;hpb=33c296b963a433c6fe5584b0fd1148c7330c69d0;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/debian_testing.pp b/examples/debian_testing.pp index 3ed98f2..bea2f08 100644 --- a/examples/debian_testing.pp +++ b/examples/debian_testing.pp @@ -1,9 +1,9 @@ package { 'debian-keyring': - ensure => present + ensure => present, } package { 'debian-archive-keyring': - ensure => present + ensure => present, } apt::source { 'debian_testing':