Brad Thurber
b3a3fa4d72
Ability to create non-templated cloud config files (maps/providers/profiles).
pirms 8 gadiem
Matthew X. Economou
001b034eb5
Replace absolute config pathname prefixes with the config_path variable
pirms 8 gadiem
Niels Abspoel
6ec31374cb
Remove hardcoded paths with {{ slspath }} variable
pirms 9 gadiem
Andrew Vant
e632b8bcb5
Cloud file.recurse loop no longer hardcodes folder list.
pirms 9 gadiem
Andrew Vant
f0e9c2df87
Enforced root-only permissions on cloud.providers.d.
As mentioned in issue #118, provider files may contain passwords
or API keys and should be restricted. Profiles/maps are probably
OK with the defaults.
pirms 9 gadiem
Andrew Vant
f3ed6e1828
cloud.providers.d can now be redirected.
This obsoletes the salt:cloud:folders and salt:cloud:providers pillar
entries. Provider keys have been moved to /etc/salt/pki/cloud.
pirms 9 gadiem
Andrew Vant
fb1d7e8d3b
Added pillar option to redirect profile and map folders.
pirms 9 gadiem
Matthew X. Economou
943d7f2dc1
Reverts lookup of salt_cloud_certs to original pillar key, in line with existing documentation and the certificate template file.
Please refer to issue https://github.com/saltstack-formulas/salt-formula/issues/113 .
pirms 9 gadiem
Brian Jackson
924c04c0d8
Add setting to not install packages
If you are installing Salt via git/pip, the formula will try to overwrite your
install with packaged versions. This setting makes it possible to avoid that.
pirms 9 gadiem
Brian Jackson
cb3aa80c62
Don't overwrite salt variable
Using a variable named salt is a bad idea when salt already has a variable
named salt.
pirms 9 gadiem
Simon Lloyd
cb03e885d4
Fix: pkgs is undefined
Update sls files to match name change in map.jinja.
pirms 10 gadiem
Niels Abspoel
896578a75a
Removed package_map lookup
Added map.jinja solution more in line with other formulas,
This also improves issue #30
and pull request #30
pirms 10 gadiem
Nitin Madhok
570b45a9ef
Removing crypto pip dependency for complete RedHat family
pirms 10 gadiem
Nitin Madhok
a8227385cc
Typo fix
Fixing typo
pirms 10 gadiem
Nitin Madhok
c6c8958aac
Removing crypto pip dependency for complete Debian family
Removing crypto pip dependency for the ``os_family`` ``Debian``.
Refer to PR:
https://github.com/saltstack-formulas/salt-formula/pull/60#issuecomment-62029457
pirms 10 gadiem
Nitin Madhok
f84a0c4a9f
Removing crypto pip dependency for Ubuntu and Debian
Fixes:
https://github.com/saltstack-formulas/salt-formula/issues/59
Refer to PR:
https://github.com/saltstack-formulas/salt-formula/pull/60
pirms 10 gadiem
Nitin Madhok
bb09803f90
Revert "Removed crypto dependency from salt.cloud."
pirms 10 gadiem
Andrew Vant
5a6302e021
Removed crypto dependency from salt.cloud.
It doesn't seem to be available from pip anymore, and may not be
a real dependency. Salt-cloud certainly seems to work fine without
it.
pirms 10 gadiem
Love Nyberg
85ce73a839
Added functionality to state for salt cloud and exampel for EC2 and GCE
pirms 10 gadiem