Moved from update to just install for mon-agent, upgrade triggers every run

This commit is contained in:
Tim Kuhlman 2014-06-11 13:46:41 -06:00
parent 6ba3d3a6e3
commit 782d0a29d0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ execute 'mon-setup' do
end
python_pip 'mon-agent' do
action :upgrade
action :install
notifies :run, "execute[mon-setup]"
end