Class: Shared::Constants
- Inherits:
-
Object
- Object
- Shared::Constants
- Defined in:
- lib/shared/constants.rb
Class Method Summary collapse
-
.version_file_path ⇒ Object
the path to the file on disk where we store the version of the currently installed CD4PE.
Class Method Details
.version_file_path ⇒ Object
the path to the file on disk where we store the version of the currently installed CD4PE
7 8 9 |
# File 'lib/shared/constants.rb', line 7 def self.version_file_path "/var/lib/puppetlabs/cd4pe/version" end |