diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:02:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-09-11 22:02:36 -0300 |
commit | 1564ca8593730f0cd5f4d69dcf5a860f73efccb4 (patch) | |
tree | 4dc3feec8631d15ea2c79772fc8abfe0e970d5ef /manifests/role/nas/virtual.pp | |
parent | 60eef74e68f7e3c4ac6ed326a32a5ea0eab7faf4 (diff) | |
download | puppet-nodo-1564ca8593730f0cd5f4d69dcf5a860f73efccb4.tar.gz puppet-nodo-1564ca8593730f0cd5f4d69dcf5a860f73efccb4.tar.bz2 |
Rename vserver to virtual
Diffstat (limited to 'manifests/role/nas/virtual.pp')
-rw-r--r-- | manifests/role/nas/virtual.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/role/nas/virtual.pp b/manifests/role/nas/virtual.pp new file mode 100644 index 0000000..0beeaff --- /dev/null +++ b/manifests/role/nas/virtual.pp @@ -0,0 +1,5 @@ +class nodo::role::nas::virtual inherits nodo::base::virtual { + class { 'nodo::role::nas': + virtual => true, + } +} |