[Puppet Users] Passing a variable to exec?

2011-10-20 Thread Parker Johnson
I am trying to grow a logical volume on AIX depending on the size of the running kernel. I've got all of the custom facts setup. Now I just need to exec on that variable. Having a heck of a time trying to figure out how to do this. Is it possible? Here is a snippet of my manifest: #don't wor

[Puppet Users] Re: Passing a variable to exec?

2011-10-21 Thread Parker Johnson
Thanks, that was it exactly. This works: $addtodumplv = ((( $needump_kbsize - $pridumplv_kbsize ) / ( $pridumplv_ppsize * 1024 )) + 1 ) exec { "/opt/freeware/bin/echo \"extendlv $pridumplv $addtodumplv \"": } -- You received this message because you are subscribed to the Google Groups "Puppet

[Puppet Users] Is this the best place to ask puppet on AIX questions?

2011-01-28 Thread Parker Johnson
Hello. First post. I have been messing around with puppet on AIX a bit recently and have all kinds of questions about how puppet integrates with AIX, specifically regarding how the "service" and "package" resources work with AIX's native commands (installp/lssrc/etc). Some searches of this grou