This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
salt-formula
mirror of
https://github.com/salt-formulas/salt-formula-salt
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
Merge pull request
#60
from slimakcz/nf_backupninja_only
added backupninja support, by default is disable
pull/63/head
Filip Pytloun
7 years ago
parent
8fbdd451c7
e54514a5e8
commit
c6bf97a3be
2 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
+2
-0
metadata/service/support.yml
+5
-0
salt/meta/backupninja.yml
+ 2
- 0
metadata/service/support.yml
View File
@@ -15,3 +15,5 @@ parameters:
enabled: true
sphinx:
enabled: true
backupninja:
enabled: true
+ 5
- 0
salt/meta/backupninja.yml
View File
@@ -0,0 +1,5 @@
backup:
salt:
fs_includes:
- /srv/salt/reclass
fs_excludes: []
Write
Preview
Loading…
Cancel
Save