Displaying 20 results from an estimated 30000 matches similar to: "Puppet and internal modules..."
2012 Sep 26
14
Glassfish custom provider and 'file does not exist'
Hi there,
I''m trying to setup Glassfish config management using puppet.
I''ve found larstobi''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
2010 Jan 28
2
Is anyone managing Glassfish configuration with puppet?
Has anyone found a clean way to manage Glassfish configuration with puppet?
Glassfish was designed to be managed through a WebUI or a CLI tool known as
asadmin. Making changes using these tools modifies a domain.xml file.
Glassfish reads and writes this file every time it restarts, even if the
contents are the same, which changes the timestamp. I believe this can be
addressed by setting puppet
2013 Feb 26
5
Glassfish automatic installation in Puppet
Hi All,
Can any one help to install my jar file automatically,
When I tried to install /usr/bin/java -Xmx256m -jar
/gx/mnt/software/Vidispine/Components/glassfish-installer-v2.1.1-b31g-linux.jar,its
is asking for confirmation like Accept or Decline? [A,D,a,d]. So how can I
pass answer with command.
Please find my puppet code below
exec { ''glassfishInstaExe'':
2011 Mar 28
4
Order Issues -- Missing require?
Good Evening!
I''m having issues with the order in which items are ran inside of a service
class, it''s attempting to run before the provider is present (the provider
is provided by the glassfish package). It looks for the glassfish provider
prior to inheriting the repository or the package list.
http://snipt.org/woomg
I have included a snipt of the code, does anyone have an
2010 Sep 15
7
Glassfish asadmin provider
Hi,
I am making a resource type to manage Glassfish domains. I''m not quite
sure how to specify provider commands with a sane default and in
configurable way. The location of the binary may be in other locations
depending on where Glassfish was installed.
http://github.com/larstobi/puppet-glassfish/blob/master/lib/puppet/provider/glassfish/asadmin.rb
Does anyone have any advice on
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
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 Jan 09
3
Puppet & F5 Connection Refused
Hello,
when I run on my proxy server:
# puppet device --debug --deviceconf /etc/puppet/device/F5-lb-test.conf
I get this error:
info: starting applying configuration to F5-lb-test at
https://operating:operating4lbtest@F5-lb-test/Common
debug: Puppet::Device::F5: connecting to F5 device F5-lb-test.
debug: Puppet::Device::F5: connecting to partition Common.
*err: Can''t load f5 for
2010 Jan 11
5
Global vs local puppet management
Hi.
Have anyone ever managed several geographically distributed systems
with Puppet?
I have several almost exactly similar deployments (except the server
IP''s), which management I''m looking to convert to Puppet.
I have 2 options:
* Have each deployment to host it''s own PuppetMaster for providing
local configurations, then synchronize somehow the PuppetMasters
(maybe
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
2013 Mar 04
3
Using Puppet with Windows MSIs
I want to use Puppet to manage deployment of internal .Net software. The
CI build can generate a versioned MSI file and push that out to Puppet. I
am creating an MSI with the same name, but different versions for each
release. Puppet detects the missing Package and properly installs the new
Package from MSI. However, Puppet does not detect that a new MSI needs to
replace the already
2009 Aug 13
6
Mongrel Memory Usage
All,
I''m trying to figure out the best way to estimate the amount of memory
usage that will be taken up by Mongrel and I''m hoping that you have
some estimates that can help me.
I''m currently estimating the following:
Memory Required = Number of running puppetmasters * size of manifests
* number of clients managed
The mongrel model doesn''t seem to *ever*
2011 Jan 14
10
Using puppet to redeploy staging app
Hi,
I''m building a staging environement and I would like it to be able to
redeploy automatically, after each commit - or every hour, some
applications. Those applications are right now deployed and set up by
puppet. I wonder if I should use puppet to redeploy those applications after
each commit, and if I should how trigger, on the puppet, a full
redeployement of the application ?
--
2011 Oct 24
3
Important Security Announcement: AltNames Vulnerability [new version of puppet]
We have discovered a security vulnerability (“AltNames Vulnerability”)
whereby a malicious attacker can impersonate the Puppet master using
credentials from a Puppet agent node. This vulnerability cannot cross
Puppet deployments, but it can allow an attacker with elevated
privileges on one Puppet-managed node to gain control of any other
Puppet-managed node within the same infrastructure.
All
2012 Nov 01
7
Install RPM package via puppet
I am trying to get a package (iftop) installed on a test node using puppet
but I can''t get it to install. This seems like it should be simple, but I
can''t figure out what I am missing. Have done a lot of searching for
similar problems and the answers I found seem to be vague in the details
and explanation.
I have the package added to an internal yum repo. OS is Centos 5.4.
2011 Dec 18
2
Modules in Environments
Question... for those that have multiple environments, dev, prod
etc... do you share your modules directory, or does each environment
have it''s own copy of the modules directory? Which one has worked
better?
Doug
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2009 Apr 11
1
Notifications between definitions
I''ve been using ''define'' to make a few custom types. For example, I have a
simple ''file'' like thing (s3::file) that downloads a file from S3, only if the
one on the local machine doesn''t match, and it can send out notifications if
the file changed. This is basically an exec command that uses some scripts I
wrote in an
2012 Nov 05
6
err: Could not request certificate when I run "puppet device"
1. I get the following error when I run “puppet device’
err: Could not request certificate: Could not write
/var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem to
privatekeydir: Permission denied -
/var/opt/lib/pe-puppet/devices/certname/ssl/private_keys/certname.pem
Any thought?
Thanks,
--
You received this message because you are subscribed to the Google Groups
2011 Jan 31
8
Puppet delegation / teams
I would like to delegate access to puppet to other teams in our company.
It has to be possible for them to:
- create new recipes
- doing some sort of check if their recipes / templates work.
How should I do this without giving other teams the ability to create havoc?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this
2011 Jan 28
2
Application / database deployment coordination
Folks:
Just getting started with puppet in a large legacy environment that has
never had meaningful systems automation. After a couple of weeks in the lab,
we''re extremely happy with the spectacularly quick progress we''ve been able
to make, and the obvious promise that puppet holds.
However (and there''s always a however): we''ve got a pretty good sized