3ofcoins / chef-cookbook-hostname

Chef cookbook to set node's hostname and FQDN.
MIT License
41 stars 90 forks source link

Only run blocks if needed #36

Closed slashterix closed 9 years ago

slashterix commented 9 years ago

ruby blocks will always run and are not aware if file operations actually changed anything or not.

Use not_if and some grep to decide if we need to run at all.

mburns commented 9 years ago

This is solved by #40. Closing.