X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fppa.pp;h=a55e1e0e5c7a075b04ee4861370d40e107a42254;hb=60e50a9b65dec94fe20734404295e28d9e434a83;hp=8a3b6f5f594e136113d697f5e89e73eeb61213f0;hpb=4c9174e51728503c99d2ce224b5443a3c4286df3;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/ppa.pp b/manifests/ppa.pp index 8a3b6f5..a55e1e0 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -15,7 +15,7 @@ define apt::ppa( } if $::operatingsystem != 'Ubuntu' { - fail("apt::ppa is currently supported on Ubuntu only.") + fail('apt::ppa is currently supported on Ubuntu only.') } $filename_without_slashes = regsubst($name, '/', '-', 'G') @@ -69,7 +69,7 @@ define apt::ppa( ensure => 'absent', mode => '0644', owner => 'root', - gruop => 'root', + group => 'root', notify => Exec['apt_update'], } }