itamae-kitchen / itamae

Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.

Home Page:https://itamae.kitchen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support only_if and not_if to definition

sue445 opened this issue · comments

Example

define :some_definition do
end

some_definition do
  only_if "xxxxx"
  # or
  not_if "xxxxx"
end

related #161

Released at v1.10.0
c.f. #271