Skip to content

Instantly share code, notes, and snippets.

@englishm
Created September 4, 2012 19:10
Show Gist options
  • Save englishm/3625182 to your computer and use it in GitHub Desktop.
Save englishm/3625182 to your computer and use it in GitHub Desktop.
Yuck.
exec{"configure-wemux":
command => "/bin/sed -i -e 's/change_this/vagrant/g' /usr/local/etc/wemux.conf && touch /etc/wemux-configured",
creates => "/etc/wemux-configured",
require => Exec["cp-wemux-conf"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment