diff options
Diffstat (limited to 'manifests/storage.pp')
-rw-r--r-- | manifests/storage.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/storage.pp b/manifests/storage.pp new file mode 100644 index 0000000..5bb7e72 --- /dev/null +++ b/manifests/storage.pp @@ -0,0 +1,4 @@ +class nodo::storage inherits nodo::vserver { + # Class for backup nodes + include utils::storage +} |