Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
puppet-backupninja
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chris
puppet-backupninja
Commits
a3d5b7aa
Commit
a3d5b7aa
authored
May 17, 2008
by
Micah Anderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix missing class implosion
parent
eb3cf5d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
manifests/mysql.pp
manifests/mysql.pp
+1
-1
manifests/svn.pp
manifests/svn.pp
+1
-0
manifests/sys.pp
manifests/sys.pp
+1
-0
No files found.
manifests/mysql.pp
View file @
a3d5b7aa
...
...
@@ -27,7 +27,7 @@ define backupninja::mysql($order = 10,
$compress
=
false
,
$configfile
=
'/etc/mysql/debian.cnf'
)
{
include
backupninja::client
include
backupninja::client
file
{
"
${backupninja::client::configdir}
/
${order}
_
${name}
.mysql"
:
ensure
=>
$ensure
,
content
=>
template
(
'backupninja/mysql.conf.erb'
),
...
...
manifests/svn.pp
View file @
a3d5b7aa
...
...
@@ -17,6 +17,7 @@ define backupninja::svn($order = 20,
$tmp
=
'/var/backups/svn.tmp'
,
$vsname
=
false
)
{
include
backupninja::client
file
{
"
${backupninja::client::configdir}
/
${order}
_
${name}
.svn"
:
ensure
=>
$ensure
,
content
=>
template
(
'backupninja/svn.conf.erb'
),
...
...
manifests/sys.pp
View file @
a3d5b7aa
...
...
@@ -22,6 +22,7 @@ define backupninja::sys($order = 30,
$hardwarefile
=
'/var/backups/hardware.txt'
,
$dohwinfo
=
yes
)
{
include
backupninja::client
file
{
"
${backupninja::client::configdir}
/
${order}
_
${name}
.sys"
:
ensure
=>
$ensure
,
content
=>
template
(
'backupninja/sys.conf.erb'
),
...
...
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