Created
July 12, 2016 19:07
-
-
Save jacoelho/16fa9fae8206fbf330d194d9f3bf8e29 to your computer and use it in GitHub Desktop.
custom resource update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| action :update do | |
| alter! new_resource.directory, | |
| new_resource.zookeeper, | |
| new_resource.topic, | |
| new_resource.partitions | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment