summaryrefslogtreecommitdiff
path: root/lib/puppet/type/anchor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type/anchor.rb')
-rw-r--r--lib/puppet/type/anchor.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/puppet/type/anchor.rb b/lib/puppet/type/anchor.rb
index 6b81732..fe1e5aa 100644
--- a/lib/puppet/type/anchor.rb
+++ b/lib/puppet/type/anchor.rb
@@ -38,4 +38,9 @@ Puppet::Type.newtype(:anchor) do
desc "The name of the anchor resource."
end
+ def refresh
+ # We don't do anything with them, but we need this to
+ # show that we are "refresh aware" and not break the
+ # chain of propagation.
+ end
end