Merge branch 'develop' into neoloc/puppet_wrapper
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/bash
|
||||
<%= @bin_path %> -config <%= @cfg_path %>
|
||||
rm -f <%= @environments_path %>/production
|
||||
ln -s <%= @environments_path %>/<%= @default_environment %> <%= @environments_path %>/production
|
||||
@@ -15,3 +15,5 @@ server = <%= $server %>
|
||||
node_terminus = exec
|
||||
external_nodes = <%= $external_nodes %>
|
||||
autosign = <%= $autosign %>
|
||||
default_manifest = <%= $default_manifest %>
|
||||
default_environment = <%= $default_environment %>
|
||||
|
||||
Reference in New Issue
Block a user