]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Apr 2013 19:29:42 +0000 (16:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 5 Apr 2013 19:29:42 +0000 (16:29 -0300)
manifests/nas.pp

index bb4b58aa6d4e72d555d9fa0d999f1c235fee98e9..56e5944c6ef42b8d79ea7fd58aadceb91a9bdda8 100644 (file)
@@ -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'),
   }