summaryrefslogtreecommitdiffstats
path: root/spec/lib/puppet/face/huzzah/obsolete.rb
blob: 1f717ea2f13b632e7e92c4d2994cbbcdb1a52437 (plain)
1
2
3
4
5
6
Puppet::Face.define(:huzzah, '1.0.0') do
  action :obsolete do
    summary "This is an action on version 1.0.0 of the face"
    when_invoked do |options| options end
  end
end