--- puppet/modules/buildsystem/manifests/mgacreatehome.pp 2012/01/08 12:54:28 2156 +++ puppet/modules/buildsystem/manifests/mgacreatehome.pp 2012/03/16 22:46:39 2516 @@ -1,9 +1,7 @@ -class buildsystem { +class buildsystem::mgacreatehome { # temporary script to create home dir with ssh key # taking login and url as arguments - class mgacreatehome { - local_script { "mgacreatehome": - content => template("buildsystem/mgacreatehome") - } + local_script { 'mgacreatehome': + content => template('buildsystem/mgacreatehome') } }