Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created October 29, 2013 13:29
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 duk3luk3/7214640 to your computer and use it in GitHub Desktop.
Save duk3luk3/7214640 to your computer and use it in GitHub Desktop.
02:27:41 {master} /srv/pillar# salt 'bb10' state.sls cron-reboot
bb10:
Data failed to compile:
----------
Pillar failed to render with the following messages:
----------
Specified SLS 'openvpn' in environment 'base' is not available on the salt master
02:28:36 {master} /srv/pillar# ls
dirty-users.sls nfs-users.sls openvpn-client.sls top.sls users.sls
02:28:40 {master} /srv/pillar# cat top.sls
base:
'*':
- dirty-users
- openvpn-client
02:28:42 {master} /srv/pillar# grep 'openvpn' *
openvpn-client.sls:openvpn-client:
top.sls: - openvpn-client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment