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.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/leap_cli/constants.rb b/lib/leap_cli/constants.rb
deleted file mode 100644
index 5abe630..0000000
--- a/lib/leap_cli/constants.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-module LeapCli
-
- PUPPET_DESTINATION = '/srv/leap'
- CUSTOM_PUPPET_DESTINATION = '/srv/leap/custom-puppet'
- INITIALIZED_FILE = "#{PUPPET_DESTINATION}/initialized"
- DEFAULT_TAGS = ['leap_base','leap_service']
-
-end