Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Notify uchiwa service when package changes #34

Merged
merged 1 commit into from
Mar 14, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
package { $uchiwa::package_name:
ensure => $uchiwa::version,
require => $repo_require,
notify => Service['uchiwa'],
}

}
2 changes: 1 addition & 1 deletion spec/classes/uchiwa_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

it { should contain_package('uchiwa').with(
:ensure => '0.1.5'
) }
).that_notifies('Service[uchiwa]') }
end

context 'repos' do
Expand Down