From 7d058e95d88faf8dac2a088f5d323631b6341a53 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 13 Mar 2014 20:03:09 +0000 Subject: [PATCH] Fix typo. Group was incorrectly spelt, but because the file was absent this should have resulted in a noop in practice. --- manifests/ppa.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], } } -- 2.45.2