From: Ashley Penney Date: Thu, 13 Mar 2014 20:03:09 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 1.5.0~7^2^2~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7d058e95d88faf8dac2a088f5d323631b6341a53;p=puppet-modules%2Fpuppetlabs-apt.git Fix typo. Group was incorrectly spelt, but because the file was absent this should have resulted in a noop in practice. --- diff --git a/manifests/ppa.pp b/manifests/ppa.pp index f262980..95a3dae 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -69,7 +69,7 @@ define apt::ppa( ensure => 'absent', mode => '0644', owner => 'root', - gruop => 'root', + group => 'root', notify => Exec['apt_update'], } }