aboutsummaryrefslogtreecommitdiff
path: root/lib/leap_cli/constants.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/constants.rb')
-rw-r--r--lib/leap_cli/constants.rb6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/leap_cli/constants.rb b/lib/leap_cli/constants.rb
index bf30df1..dcb66be 100644
--- a/lib/leap_cli/constants.rb
+++ b/lib/leap_cli/constants.rb
@@ -1,7 +1,11 @@
module LeapCli
PUPPET_DESTINATION = '/srv/leap'
+ CUSTOM_PUPPET_DESTINATION = '/srv/leap/custom-puppet'
+ CUSTOM_PUPPET_SOURCE = '/files/custom-puppet/'
+ CUSTOM_PUPPET_SITE = "#{CUSTOM_PUPPET_SOURCE}/manifests/site.pp"
+ CUSTOM_PUPPET_MODULES = "#{CUSTOM_PUPPET_SOURCE}/modules"
INITIALIZED_FILE = "#{PUPPET_DESTINATION}/initialized"
DEFAULT_TAGS = ['leap_base','leap_service']
-end \ No newline at end of file
+end