Use underscores rather than hyphens for class names
authorTollef Fog Heen <tfheen@err.no>
Sun, 19 Mar 2017 13:09:34 +0000 (14:09 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 19 Mar 2017 13:11:16 +0000 (14:11 +0100)
modules/bacula/manifests/storage.pp

index 2ac7e7d..b86f8da 100644 (file)
@@ -66,6 +66,5 @@ class bacula::storage inherits bacula {
                ;
        }
 
-       Bacula::Storage-per-Node<<| |>>
-
+       Bacula::Storage_per_node<<| |>>
 }