Class: Chake::ConfigManager::ItamaeRemote
- Inherits:
-
ItamaeBase
- Object
- Chake::ConfigManager
- ItamaeBase
- Chake::ConfigManager::ItamaeRemote
- Defined in:
- lib/chake/config_manager/itamae_remote.rb
Instance Attribute Summary
Attributes inherited from Chake::ConfigManager
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from ItamaeBase
Methods inherited from Chake::ConfigManager
all, #apply, #bootstrap_steps, #converge, get, inherited, init, #initialize, #name, #path, priority, short_name, #to_s
Constructor Details
This class inherits a constructor from Chake::ConfigManager
Class Method Details
.accept?(node) ⇒ Boolean
13 14 15 |
# File 'lib/chake/config_manager/itamae_remote.rb', line 13 def self.accept?(node) node.data.key?('itamae-remote') end |
Instance Method Details
#needs_upload? ⇒ Boolean
9 10 11 |
# File 'lib/chake/config_manager/itamae_remote.rb', line 9 def needs_upload? true end |