Thomas I don't see your GIT repo, looks to be offline.

On Fri, May 14, 2010 at 5:11 AM, Dan Carley <dan.car...@gmail.com> wrote:

> On 12 May 2010 16:13, Thomas Bellman <bell...@nsc.liu.se> wrote:
>
>> [..]
>> I don't create the logical volumes automatically, nor do I
>> partition or create filesystems on them automatically, to lessen
>> the risk of destroying important data.
>>
>
> Good info. I do much the same - logical vols are managed by hand first.
>
> Then initial booting of the domU is handled automatically with notify's to
> some exec{}'s so I don't have to log back in. Like:
>
> exec { "xm_create_${domu_name}":
>     command     => "/usr/sbin/xm create /etc/xen/auto/${domu_name}",
>     unless      => "/usr/sbin/xm list ${domu_name} > /dev/null",
>     refreshonly => true,
> }
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com<puppet-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to