Fix for group name

This commit is contained in:
Tim Kuhlman 2014-06-12 13:59:26 -06:00
parent 87a2707d59
commit 42fd18398d
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ maintainer_email 'hpcs-mon@hp.com'
license 'All rights reserved'
description 'Installs/Configures mon_notification'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.13'
version '0.1.14'
depends 'python'

View File

@ -11,7 +11,7 @@ python_pip 'mon-notification' do
action :install
end
user node[:mon_notification][:group] do
group node[:mon_notification][:group] do
action :create
end
user node[:mon_notification][:user] do