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'] ->