[Puppet Users] Large puppet file in /tmp directory

2013-07-29 Thread Mark Hatch
I saw that one of my managed nodes has a 41 GB file in the "/tmp" directory. It's filename is "puppet20130725-63530-1ylx5vy". Any idea what is causing such a large file to be created? Thanks. Mark -- You received this message because you are subscribed to the Google Groups "Puppet Users" gr

[Puppet Users] Package install error

2013-07-18 Thread Mark Hatch
Here is my manifest... package { 'tractor blade': provider => 'rpm', ensure => present, source => 'puppet:///modules/mpsvfx/tractor-blade-1.7_1191418-linuxFC12_gcc44icc121.x86_64.rpm', name => 'tractor-blade-1.7_1191418-linu

[Puppet Users] Manifest that runs before anything else

2013-07-16 Thread Mark Hatch
I started making manifest that are classes so that I can declare them and organize them with groups and nodes in puppet console. I have one manifest/class that I want to run before anything. I know that there are ways to order with require, before, subscribe, etc. But it seems that if I did