projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41eb08e
)
Use underscores rather than hyphens for class names
author
Tollef Fog Heen
<tfheen@err.no>
Sun, 19 Mar 2017 13:09:34 +0000
(14:09 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Sun, 19 Mar 2017 13:11:16 +0000
(14:11 +0100)
modules/bacula/manifests/storage.pp
patch
|
blob
|
history
diff --git
a/modules/bacula/manifests/storage.pp
b/modules/bacula/manifests/storage.pp
index
2ac7e7d
..
b86f8da
100644
(file)
--- a/
modules/bacula/manifests/storage.pp
+++ b/
modules/bacula/manifests/storage.pp
@@
-66,6
+66,5
@@
class bacula::storage inherits bacula {
;
}
- Bacula::Storage-per-Node<<| |>>
-
+ Bacula::Storage_per_node<<| |>>
}