diff options
author | elijah <elijah@riseup.net> | 2013-04-01 00:04:54 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-04-01 00:04:54 -0700 |
commit | b9a20186350a0315ee7159f2df2b55a47e9f90a4 (patch) | |
tree | 845b08feaa723a00d6dc7da26be68471fc4c7e1e /lib/leap_cli/constants.rb | |
parent | c3f78c9df38f6e4dec94737863dcfcc1f4e60e96 (diff) |
remove supply_drop, add support for puppet_command.
Diffstat (limited to 'lib/leap_cli/constants.rb')
-rw-r--r-- | lib/leap_cli/constants.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/leap_cli/constants.rb b/lib/leap_cli/constants.rb new file mode 100644 index 0000000..bf30df1 --- /dev/null +++ b/lib/leap_cli/constants.rb @@ -0,0 +1,7 @@ +module LeapCli + + PUPPET_DESTINATION = '/srv/leap' + INITIALIZED_FILE = "#{PUPPET_DESTINATION}/initialized" + DEFAULT_TAGS = ['leap_base','leap_service'] + +end
\ No newline at end of file |