diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-05 16:29:42 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-05 16:29:42 -0300 | 
| commit | da8db0997004aef813b8413317d9c9b4a793bbfa (patch) | |
| tree | 0247f0b55f821c6326a71ea18ec0548db1922d9d | |
| parent | d1013475b2f21ea80a9f8bdb87e43f13bc275204 (diff) | |
| download | puppet-nodo-da8db0997004aef813b8413317d9c9b4a793bbfa.tar.gz puppet-nodo-da8db0997004aef813b8413317d9c9b4a793bbfa.tar.bz2 | |
Minor fix
| -rw-r--r-- | manifests/nas.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/nas.pp b/manifests/nas.pp index bb4b58a..56e5944 100644 --- a/manifests/nas.pp +++ b/manifests/nas.pp @@ -63,7 +63,7 @@ class nodo::nas {    class { 'samba::server':      workgroup     => hiera('nodo::samba::workgroup',     'WORKGROUP'),      server_string => hiera('nodo::samba::server_string', 'Samba Server'), -    interfaces    => hiera('nodo::samba::interfacesp ,   'lo eth0'), +    interfaces    => hiera('nodo::samba::interfaces',    'lo eth0'),      security      => hiera('nodo::samba::security',      'share'),    } | 
