Displaying 1 result from an estimated 1 matches for "vmsvr2".
Did you mean:
vmsvr1
2007 Dec 26
7
Thank you puppet!!
...'ve been hacking at puppet for the past week or two, and came up with
some great stuff, but I''m wondering if there''s a way to tie it all
together
To create a virtual machine for our company''s QA environment, I''m
currently doing 3 things:
#create a vm
node vmsvr2 inherits default {
include vmserver
vmserver::vm {
"rhel4-agt64-1":
disk_size => "8Gb",
ensure => running,
mac_ext => "06:1c",
}
...
}
#create a cobbler system definition
node cobbler inheri...