Last active
January 2, 2018 13:16
-
-
Save ianjuma/5ca612986b1938d0b0643f1873075b75 to your computer and use it in GitHub Desktop.
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
node ‘orion-ug-staging.staging.com’ { | |
$data_folder = ‘scala-deploy’ # if in hydra group — set type to hydra | |
$config = { | |
project => ‘orion’, | |
environment => ‘staging’, | |
network => ‘MtnUganda’, | |
bind_ip => $facts[‘ipaddress_eth0’], | |
service_name => ‘orion-web’, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment