Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
su_ldap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
suitpuppet
su_ldap
Commits
ee770ce0
Commit
ee770ce0
authored
5 years ago
by
Srinivas Rao Puttagunta
Browse files
Options
Downloads
Patches
Plain Diff
working on backup credentials - take 1
parent
b60ddd2f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/backups.pp
+5
-0
5 additions, 0 deletions
manifests/backups.pp
with
5 additions
and
0 deletions
manifests/backups.pp
+
5
−
0
View file @
ee770ce0
...
...
@@ -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'
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment