* Mike Reed <mjohn.reed at gmail.com> [2012/08/01 12:56]: > # This will run the make which will line up everything to install > the drivers from source. > exec { "/usr/src/ChelsioUwire-1.0.2.26 make > KDIR=/usr/src/linux-headers-2.6.32-41" : > path => "/usr/src/ChelsioUwire-1.0.2.26" , > } > }
You're running the command: /usr/src/ChelsioUwire-1.0.2.26 make KDIR=/usr/src/linux-headers-2.6.32-41 Which doesn't make any sense, as the error message says: > err: > /Stage[main]/Install-lei_chelsio_driver/Exec[/usr/src/ChelsioUwire-1.0.2.26 > make KDIR=/usr/src/linux-headers-2.6.32-41]/returns: change from notrun to > 0 failed: /usr/src/ChelsioUwire-1.0.2.26 make > KDIR=/usr/src/linux-headers-2.6.32-41 returned 1 instead of one of [0] at > /etc/puppet/modules/install-lei_chelsio_driver/manifests/init.pp:20 -- Darren Chamberlain <dar...@boston.com> -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.