Skip to content
Snippets Groups Projects
Commit ee770ce0 authored by Srinivas Rao Puttagunta's avatar Srinivas Rao Puttagunta
Browse files

working on backup credentials - take 1

parent b60ddd2f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ class su_ldap::backups(
# first, put awscli on the host - you don't have to use python if you have puppet
package { 'awscli': ensure => present }
## Directory where we put GCP credentials
file {'/etc/ldapadmin':
ensure => directory;
}
# third, pick your bucket and credentials
case $env {
'prod' : {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment