Class: Shared::Constants

Inherits:
Object
  • Object
show all
Defined in:
lib/shared/constants.rb

Class Method Summary collapse

Class Method Details

.version_file_pathObject

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