diff options
Diffstat (limited to 'manifests/proxy.pp')
-rw-r--r-- | manifests/proxy.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/proxy.pp b/manifests/proxy.pp new file mode 100644 index 0000000..51dac33 --- /dev/null +++ b/manifests/proxy.pp @@ -0,0 +1,3 @@ +class nodo::proxy inherits nodo::vserver { + include nginx +} |