Fix for group name
This commit is contained in:
parent
87a2707d59
commit
42fd18398d
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user