From 5162b534c4baf074b3f2f68fe5a734188196bfc0 Mon Sep 17 00:00:00 2001 From: acanning Date: Mon, 23 May 2016 14:27:36 -0400 Subject: [PATCH] Removed anchor statements Testing the Puppet 4 future parser, and it looks like it doesn't like anchor statements. --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3a9b4c3..721dc20 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -95,8 +95,8 @@ include '::centrify::service' # set anchors for begin and end - anchor { '::centrify::begin': } - anchor { '::centrify::end': } + #anchor { '::centrify::begin': } + #anchor { '::centrify::end': } # ordering of class execution Anchor ['::centrify::begin'] -> Class ['::centrify::install'] ->