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
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
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