From: Stephen Gran Date: Sat, 20 Feb 2010 23:07:21 +0000 (+0000) Subject: scoping fix X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f2bede32fec7b438076083c615daeba630b489a0;hp=f53b0a14c2f3ac02087a097c348773b43a78b7ec;p=mirror%2Fdsa-puppet.git scoping fix Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/init.pp b/modules/ferm/manifests/init.pp index 709effc4d..3d35bae0c 100644 --- a/modules/ferm/manifests/init.pp +++ b/modules/ferm/manifests/init.pp @@ -11,7 +11,7 @@ class ferm { } # realize (i.e. enable) all @ferm::rule virtual resources - Rule <| |> + Ferm::Rule <| |> package { ferm: ensure => installed }