typos are not valid, who knew?

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2014-07-09 20:16:04 +00:00
parent 48fbcd4978
commit 91166fb5bf

View file

@ -1,5 +1,5 @@
- name: Add nagios group as 420
groups: name=nagios gid=420 state=present system=yes
group: name=nagios gid=420 state=present system=yes
- name: Add nagios user as 420
user: name=nagios uid=420 state=present home=/var/spool/nagios comment="Nagios Monitoring User" createhome=yes system=yes shell=/bin/bash