aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/mgacreatehome.pp
blob: 04e7de54f3ee08b38eb62db7ad648c7f6d3f87a7 (plain)
1
2
3
4
5
6
7
8
9
class buildsystem {
    # temporary script to create home dir with ssh key
    # taking login and url as arguments
    class mgacreatehome {
        local_script { "mgacreatehome":
            content => template("buildsystem/mgacreatehome")
	    }
    }
}