Skip to content

Instantly share code, notes, and snippets.

@kylegato
Created January 8, 2014 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylegato/40794e00c3ae793ff310 to your computer and use it in GitHub Desktop.
Save kylegato/40794e00c3ae793ff310 to your computer and use it in GitHub Desktop.
dhcp73:conf kyle$ find . -type f ! -perm 644 | wc -l
258
^ This represents my states dir that is being recursed
[root@bd0 /conf]# find . ! -perm 644 -type f
[root@bd0 /conf]#
[root@bd0 /conf]# salt-minion --version
salt-minion 2014.1.0
[root@bd0 /conf]#
[root@salt /usr/local/etc/salt/states]# salt-master --version
salt-master 2014.1.0
[root@salt /usr/local/etc/salt/states]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment