]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Fix typo.
authorAshley Penney <ashley.penney@puppetlabs.com>
Thu, 13 Mar 2014 20:03:09 +0000 (20:03 +0000)
committerAshley Penney <ashley.penney@puppetlabs.com>
Thu, 13 Mar 2014 20:03:09 +0000 (20:03 +0000)
Group was incorrectly spelt, but because the file was absent this
should have resulted in a noop in practice.

manifests/ppa.pp

index f2629809e0c12d8aae499fc8d5b77dbeaf1b88a1..95a3dae2a36dcd083f0cff31cf1475b44f883498 100644 (file)
@@ -69,7 +69,7 @@ define apt::ppa(
         ensure => 'absent',
         mode   => '0644',
         owner  => 'root',
-        gruop  => 'root',
+        group  => 'root',
         notify => Exec['apt_update'],
     }
   }