Method: Pullmatic::Resource::Etc#execute
- Defined in:
- lib/pullmatic/resource/etc.rb
#execute ⇒ Object
9 10 11 12 13 |
# File 'lib/pullmatic/resource/etc.rb', line 9 def execute sshd_config = host_inventory['sshd_config'] services = host_inventory['services'] {:sshd_config => sshd_config, :services => services} end |