Skip to content

Commit

Permalink
Update foreman_ansible to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iNecas authored and mmoll committed Sep 15, 2016
1 parent ee60980 commit c5e1a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/plugin/ansible.pp
@@ -1,5 +1,9 @@
# Installs foreman_ansible plugin
class foreman::plugin::ansible {

include ::foreman::plugin::tasks

foreman::plugin {'ansible':
notify => Service['foreman-tasks'],
}
}
1 change: 1 addition & 0 deletions spec/classes/foreman_plugin_ansible_spec.rb
Expand Up @@ -8,4 +8,5 @@
let(:pre_condition) { 'include foreman' }

it { should contain_foreman__plugin('ansible') }
it { should contain_foreman__plugin('tasks') }
end

0 comments on commit c5e1a15

Please sign in to comment.