Nodeless setup, just include ortiche-classes

This commit is contained in:
jigen 2015-02-22 18:23:12 +01:00
parent 40330012f4
commit 297fbfcf72

View file

@ -2,5 +2,5 @@ $admin=hiera('ortiche-admin')
notify{"This node is mantained by ${::admin}": }
node default {
class {'ortiche-base': }
hiera_include('ortiche-classes')
}