Class: Abiquo::Chef::Config
- Inherits:
-
Object
- Object
- Abiquo::Chef::Config
- Defined in:
- lib/abiquo-chef-agent.rb
Class Method Summary collapse
- .bootstrap_backup_file ⇒ Object
- .bootstrap_mediatype ⇒ Object
- .chef_config_dir ⇒ Object
- .client_cert_file ⇒ Object
- .log_file ⇒ Object
- .ntp_server ⇒ Object
- .validation_cert ⇒ Object
Class Method Details
.bootstrap_backup_file ⇒ Object
37 38 39 |
# File 'lib/abiquo-chef-agent.rb', line 37 def self.bootstrap_backup_file '/etc/chef/abiquo_bootstrap.xml' end |
.bootstrap_mediatype ⇒ Object
49 50 51 |
# File 'lib/abiquo-chef-agent.rb', line 49 def self.bootstrap_mediatype 'application/vnd.abiquo.bootstrap+xml' end |
.chef_config_dir ⇒ Object
25 26 27 |
# File 'lib/abiquo-chef-agent.rb', line 25 def self.chef_config_dir '/etc/chef' end |
.client_cert_file ⇒ Object
41 42 43 |
# File 'lib/abiquo-chef-agent.rb', line 41 def self.client_cert_file '/etc/chef/client.pem' end |
.log_file ⇒ Object
33 34 35 |
# File 'lib/abiquo-chef-agent.rb', line 33 def self.log_file '/var/log/abiquo-chef-agent.log' end |
.ntp_server ⇒ Object
29 30 31 |
# File 'lib/abiquo-chef-agent.rb', line 29 def self.ntp_server 'pool.ntp.org' end |
.validation_cert ⇒ Object
45 46 47 |
# File 'lib/abiquo-chef-agent.rb', line 45 def self.validation_cert '/etc/chef/validation.pem' end |