[Puppet Users] Re: Best way to add APC and change size of apc.shm_size

2013-06-11 Thread Josh sutton
Ok, Thanks for the response but I figured it out. php::module { [ 'pecl-apc', 'xml' ]: } php::module::ini { 'pecl-apc': settings => { 'apc.enabled' => '1', 'apc.shm_segments' => '1', 'apc.shm_size' => &

[Puppet Users] Best way to add APC and change size of apc.shm_size

2013-06-10 Thread Josh sutton
Hello!! I am a new user to puppet and I need to use puppet to install apc and change the size of apc.shm_size to 64. I have found a module here: https://github.com/ridonkulous/puppet-apc However, when I add the module in, it does not work. I get errors on the puppet code. Is there a way to j