summaryrefslogtreecommitdiff
path: root/chef/spec/data/cookbooks/openldap/definitions/client.rb
blob: ac81831d11919eaaa66c08e6b957b6125e27f45e (plain)
1
2
3
4
5
define :openldap_client, :mothra => "a big monster" do
  cat "#{params[:name]}" do
     pretty_kitty true
  end
end