No title Revision 663161613763 (Mon Oct 31 2011 at 09:55) - Diff Link to this snippet: https://friendpaste.com/46T3JDm50YDBeci9w7UIj3 Embed: manni perldoc borland colorful default murphy trac fruity autumn bw emacs pastie friendly Show line numbers Wrap lines 1234567891011121314151617181920212223242526272829# xen/manifests/init.pp[...]class xen::boot { include grub exec { "mv /etc/grub.d/10_linux /etc/grub.d/20_linux": unless => "find /etc/grub.d -name 20_linux", notify => Class["grub::update"] } exec { "mv /etc/grub.d/20_linux_xen /etc/grub.d/10_linux_xen": unless => "find /etc/grub.d -name 10_linux_xen", notify => Class["grub::update"] }}# grub/manifests/init.pp[...] class grub::update { exec { "/usr/sbin/update-grub": }}# errorCould not run Puppet configuration client: Could not find dependent Class[Grub::Update] for Exec[mv /etc/grub.d/10_linux /etc/grub.d/20_linux] at /etc/puppet/modules/xen/manifests/init.pp:27