Bugfixes
- Do not remove space char in output of diff.
Features
source
attribute ofgem_package
resource.
Features
- Implement
gem_package
resource.
Improvements
- Start a service only if the service is not running.
- Stop a service only if the service is running.
Improvements
- Set executed attr of execute resource for logging purpose.
- Colorize diff output of file resource green.
Bugfixes
Bugfixes
- Do not include recipes which are already included.
- This may break backward compatibility.
Feature
--dot
option to write dependency graph of recipes (Experimental)
Improvements
- Show template file path when rendering the template fails.
Improvements
Bugfixes
- Fix a typo bug
Improvements
Bugfixes
Bugfixes
- Clear current attributes before each action.
- Turn on updated-flag after each action.
Bugfixes
Node#[]
with unknown key returns nil. (by @nownabe)
Features
group
resource (Thanks to @a2ikm)
Features
user
resource accepts group name (String) as itsgid
.
Features
- New resource
remote_directory
which transfers a directory from local to remote likeremote_file
resource. (Thanks to @k0kubun)
Incompatible changes
uid
andgid
attributes ofuser
resource accept only Integer. (https://github.com/ryotarai/itamae/pull/65)