From f534d097fb2ac5c49ce71f8a47d4de97efd22e28 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 20 Jul 2010 07:43:54 +0200 Subject: clean up some possible loops --- manifests/mod_macro.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/mod_macro.pp') diff --git a/manifests/mod_macro.pp b/manifests/mod_macro.pp index acee280..eed59e5 100644 --- a/manifests/mod_macro.pp +++ b/manifests/mod_macro.pp @@ -1,6 +1,5 @@ class apache::mod_macro { - include apache - package{mod_macro: + package{'mod_macro': ensure => installed, require => Package['apache'], notify => Service['apache'], -- cgit v1.2.3