]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Removes unneeded hiera call from class definition
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Apr 2017 13:59:03 +0000 (10:59 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 4 Apr 2017 13:59:03 +0000 (10:59 -0300)
manifests/init.pp

index f52bd38442502a8d5a7f329c91cf90ba1623bf61..adbaebc78f3a2440a7ec2db6dc9c3abbb563e0d4 100644 (file)
@@ -3,8 +3,8 @@
 #
 
 class nodo(
-  $role     = hiera('nodo::role',     'default'),
-  $location = hiera('nodo::location', 'default'),
+  $role     = 'default',
+  $location = 'default',
 ) {
   # Default execution path
   Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }