Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puppet-backupninja
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
puppet-backupninja
Commits
c20fe552
Commit
c20fe552
authored
Mar 27, 2015
by
Jerome Charaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename $nagios2_description to $nagios_description
parent
90c3dca9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
manifests/rdiff.pp
manifests/rdiff.pp
+2
-2
manifests/rsync.pp
manifests/rsync.pp
+2
-2
No files found.
manifests/rdiff.pp
View file @
c20fe552
...
...
@@ -27,7 +27,7 @@ define backupninja::rdiff(
$vsinclude
=
false
,
$keep
=
30
,
$sshoptions
=
false
,
$options
=
'--force'
,
$ssh_dir_manage
=
true
,
$ssh_dir
=
false
,
$authorized_keys_file
=
false
,
$installuser
=
true
,
$installkey
=
true
,
$key
=
false
,
$backuptag
=
false
,
$backupkeytype
=
$backupninja::keytype
,
$backupkeystore
=
$backupninja::keystore
,
$extras
=
false
,
$nagios
2
_description
=
'backups'
)
$extras
=
false
,
$nagios_description
=
'backups'
)
{
# install client dependencies
ensure_resource
(
'package'
,
'rdiff-backup'
,
{
'ensure'
=>
$ensure_rdiffbackup_version
})
...
...
@@ -48,7 +48,7 @@ define backupninja::rdiff(
manage_ssh_dir
=>
$ssh_dir_manage
,
ssh_dir
=>
$ssh_dir
,
key
=>
$key
,
authorized_keys_file
=>
$authorized_keys_file
,
installuser
=>
$installuser
,
backuptag
=>
$real_backuptag
,
keytype
=>
$backupkeytype
,
backupkeys
=>
$backupkeystore
,
nagios
2_description
=>
$nagios2
_description
nagios
_description
=>
$nagios
_description
}
backupninja::client::key
...
...
manifests/rsync.pp
View file @
c20fe552
...
...
@@ -7,7 +7,7 @@ define backupninja::rsync(
$ssh_dir_manage
=
true
,
$ssh_dir
=
false
,
$authorized_keys_file
=
false
,
$installuser
=
true
,
$installkey
=
true
,
$key
=
false
,
$backuptag
=
false
,
$home
=
false
,
$backupkeytype
=
$backupninja::keytype
,
$backupkeystore
=
$backupninja::keystore
,
$extras
=
false
,
$nagios
2
_description
=
'backups'
,
$subfolder
=
'rsync'
,
$nagios_description
=
'backups'
,
$subfolder
=
'rsync'
,
$log
=
false
,
$partition
=
false
,
$fscheck
=
false
,
$read_only
=
false
,
$mountpoint
=
false
,
$backupdir
=
false
,
$format
=
false
,
$days
=
false
,
...
...
@@ -65,7 +65,7 @@ define backupninja::rsync(
backuptag
=>
$real_backuptag
,
keytype
=>
$backupkeytype
,
backupkeys
=>
$backupkeystore
,
nagios
2_description
=>
$nagios2
_description
nagios
_description
=>
$nagios
_description
}
backupninja::client::key
{
"
${user}
-
${name}
"
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment