Skip to content

Instantly share code, notes, and snippets.

@jlgreer
Created May 3, 2011 00:03
Show Gist options
  • Save jlgreer/952604 to your computer and use it in GitHub Desktop.
Save jlgreer/952604 to your computer and use it in GitHub Desktop.
Diff of users.cf
$ diff -C3 /var/cfengine/masterfiles/inputs/dcsunix/users.cf ./
*** /var/cfengine/masterfiles/inputs/dcsunix/users.cf 2011-04-19 15:26:35.000000000 -0400
--- ./users.cf 2011-05-02 15:21:53.000000000 -0400
***************
*** 17,23 ****
"dcsunixStaff" slist => { "@(var.dcsunixStaff)" };
vm_cfgprdapp_01::
! "users" slist => { "@(dcsunixStaff)", "unixsys" };
# The cfsync user also needs to be in dcsunix, so we can automate syncing v2
# masterfiles to the v3 server
"dcsunixGroupMembers" slist => { "@(var.dcsunixStaff)", "cfsync" };
--- 17,23 ----
"dcsunixStaff" slist => { "@(var.dcsunixStaff)" };
vm_cfgprdapp_01::
! "users" slist => { "@(dcsunixStaff)", "svn" };
# The cfsync user also needs to be in dcsunix, so we can automate syncing v2
# masterfiles to the v3 server
"dcsunixGroupMembers" slist => { "@(var.dcsunixStaff)", "cfsync" };
***************
*** 31,39 ****
# but adm's is /var/adm.
"users" slist => { "@(dcsunixStaff)", "operator" };
- CfgMgtVcs::
- "users" slist => { "@(dcsunixStaff)", "svn" };
-
classes:
"users_list_is_defined"
--- 31,36 ----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment