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.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/leap_cli/constants.rb b/lib/leap_cli/constants.rb
index dcb66be..5abe630 100644
--- a/lib/leap_cli/constants.rb
+++ b/lib/leap_cli/constants.rb
@@ -2,9 +2,6 @@ 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']