15 lines
180 B
Ruby
15 lines
180 B
Ruby
|
def whyrun_supported?
|
||
|
true
|
||
|
end
|
||
|
|
||
|
action :remove do
|
||
|
Chef::Log.warn('Remove ipa_group triggered')
|
||
|
end
|
||
|
|
||
|
action :create do
|
||
|
Chef::Log.warn('Add ipa_group triggered')
|
||
|
end
|
||
|
|
||
|
private
|
||
|
|