Created
October 25, 2016 13:53
-
-
Save davehewy/b392f661a72019ccf402c8caf925d14d to your computer and use it in GitHub Desktop.
hybris build example
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
exec{'buildhybris': | |
cwd => 'hybris_install_dir', | |
cmd => './build.sh', | |
unless => "/usr/bin/test -f /tmp/hybris_build_done", | |
timeout => 600, | |
before => File['/tmp/hybris_build_done'] | |
} | |
file{'/tmp/hybris_build_done': | |
ensure => present | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment