From 922700e53b4c587aab4ee949457a244f0d0c58f2 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jul 2008 20:41:15 +0000 Subject: fixed missing bracket --- manifests/puppetmaster/cluster.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/puppetmaster/cluster.pp') diff --git a/manifests/puppetmaster/cluster.pp b/manifests/puppetmaster/cluster.pp index 36094ce..b572c04 100644 --- a/manifests/puppetmaster/cluster.pp +++ b/manifests/puppetmaster/cluster.pp @@ -31,6 +31,7 @@ class puppet::puppetmaster::linux::cluster inherits puppet::puppetmaster::linux Service[puppetmaster]{ require +> Service[ngnix], } +} class puppet::puppetmaster::package::cluster inherits puppet::puppetmaster::package { Service[puppetmaster]{ require +> Service[ngnix], -- cgit v1.2.3