summaryrefslogtreecommitdiffstats
path: root/spec/lib/puppet/face/huzzah.rb
blob: 3428c68166ce954895548e0afd41a12e48b54a40 (plain)
1
2
3
4
5
require 'puppet/face'
Puppet::Face.define(:huzzah, '2.0.1') do
  summary "life is a thing for celebration"
  action :bar do "is where beer comes from" end
end