search for: fatmcgav

Displaying 9 results from an estimated 9 matches for "fatmcgav".

2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
...obi''s module here <https://github.com/larstobi/puppet-glassfish/>which I''ve cloned and am starting to tweak, as it would appear that the mentioned module is based on Solaris, therefore I''m starting to add support for EL. My code tree is here<https://github.com/fatmcgav/puppet-glassfish> . The challenge I''m hitting currently is that upon executing, it''s failing with > *err: Could not find a suitable provider for domain* > When running at debug level, I can see the following: > *debug: Puppet::Type::Domain::ProviderAsadmin: file...
2013 Apr 05
2
Flush provider - Differentiating between new resource and modification?
...e of my NetApp providers to prefetch/flush style to try and optimize performance. I''ve hit an issue on my Netapp_user provider, around handling resource creation versus resource modification? What''s the easiest way to differentiate? Current code is here: https://github.com/fatmcgav/fatmcgav-netapp/commit/66092978f4182c5474a60011db99ee2e3e12e689 Any tips appreciated. Regards Gavin -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to p...
2012 Nov 07
2
Custom Type & Invalid Parameter...
...g Netapp > Volume v_puppet_test of initial size 1g in Aggregate using space reserve > of . > So I''m seeing values against name and initsize params, but not against aggregate or spaceres... Any ideas??? Cheers Gavin PS: Full Git code is available here: https://github.com/fatmcgav/fatmcgav-netapp -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/t4mmy5XzYVkJ. To post to this group, send email to puppet-users@googlegroups.com. To...
2012 Oct 24
13
Puppet & Oracle Database config management
Afternoon all. I''ve been reading around on Puppet and Oracle, and have come up with a few links that suggest how to get Oracle installed and base configured, which has got me started in the right direction on that. My next challenge is maintaining Oracle database specific configuration on the relevant hosts. This contains various elements, such as /etc/oratab, /etc/oranfstab (as
2008 Nov 09
0
Windows Home Server as Xen Guest
hi there, I''ve been googling for a while but cant find anything of interest... Has anyone tried running Windows Home Server as a Xen guest? I would like to use WHS on my Home server as it greatly simplifies the management of storage, however i''d like the server to be able to other things aswell, hence wanting to use Xen... Any ideas? Cheers Gavin -- View this message in
2012 Sep 05
0
Duplicate Class declaration error
Morning all I''m trying to get puppet setup to manage our env. I''ve managed to get the basic stuff working such as ntp, motd, users/groups, sudo, etc... I''m now starting to build a configuration framework for our applications, including java, glassfish, j2ee apps, etc... However I''ve hit a stumbling block... The relevant configuration is here:
2013 Mar 12
2
Puppet with Passenger - 403 Forbidden
Morning all Am in the process of testing a migration of Puppet 3 from webrick to Puppet. Have found the foreman modules (https://github.com/theforeman) which seems to take care of a lot of the leg-work... However having got Puppet running with Passenger in Apache, whenever trying to access the Puppet master from a client, I was getting a ''403 Forbidden error''. Have dug
2012 Dec 21
1
Hiera and 'clientcert' fact not working :(
Morning All I''m trying to use Hiera with Puppet 3.0 to streamline some of my module configuration... However I''m having issues using the ''*%{::clientcert}*'' variable as part of the hierarchy... Currently, my *hiera.yaml* file looks like: --- :backends: - yaml - json :yaml: :datadir: /etc/puppet/hieradata :json: :datadir: /etc/puppet/hieradata
2013 Apr 25
3
Puppet and internal modules...
Afternoon/Evening all It looks like Puppet is starting to get some traction within my organisation, with several other teams asking what Puppet can do for them :-) The main use I''m getting asked about is one touch deployment of our products by Dev teams... On the surface it shouldn''t be too hard, and I''ve already got a model in mind. However one of the