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
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
84a0ad71
Commit
84a0ad71
authored
May 08, 2015
by
Jerome Charaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove $backupserver_tag parameter of server class, should always be $::fqdn anyway
parent
dcff4ff0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
manifests/server.pp
manifests/server.pp
+1
-2
No files found.
manifests/server.pp
View file @
84a0ad71
...
@@ -8,7 +8,6 @@ define backupninja_server_realize($host) {
...
@@ -8,7 +8,6 @@ define backupninja_server_realize($host) {
class
backupninja::server
(
class
backupninja::server
(
$backupdir
=
'/backup'
,
$backupdir
=
'/backup'
,
$backupdir_ensure
=
'directory'
,
$backupdir_ensure
=
'directory'
,
$backupserver_tag
=
$::fqdn
,
$manage_nagios
=
false
,
$manage_nagios
=
false
,
$nagios_server
=
undef
$nagios_server
=
undef
)
{
)
{
...
@@ -51,7 +50,7 @@ class backupninja::server (
...
@@ -51,7 +50,7 @@ class backupninja::server (
}
}
# collect all resources from hosted backups
# collect all resources from hosted backups
Backupninja_server_realize
<
<|
tag
==
"
$backupserver_tag
"
|>
>
Backupninja_server_realize
<
<|
tag
==
$::fqdn
|>
>
# this define allows nodes to declare a remote backup sandbox, that have to
# this define allows nodes to declare a remote backup sandbox, that have to
# get created on the server
# get created on the server
...
...
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