Re: [Puppet Users] Ubuntu ARM 22.04 Builds

2023-08-22 Thread Joseph Quinn
Any updates on this? On Monday, June 12, 2023 at 1:51:13 AM UTC-4 dhei...@opentext.com wrote: > Am Freitag, dem 09.06.2023 um 06:03 -0700 schrieb Joseph Quinn: > > When can I expect to see ARM builds available for Puppet agent? > > > Dito, for Debian 11 and 12 on arm64. &

[Puppet Users] Ubuntu ARM 22.04 Builds

2023-06-09 Thread Joseph Quinn
I'm looking to start moving my AWS Graviton instances to Ubuntu 22.04 sometime in the near future, but I don't see builds for Puppet Agent that are on ARM. When can I expect to see ARM builds available for Puppet agent? -- You received this message because you are subscribed to the Google Grou

[Puppet Users] Re: How would you represent this in hiera?

2017-06-08 Thread Joseph Karns
Peter K: What version of the module are you using? On the forge is 1.1.0 If that is the case you will need to include ::ssh::server (You can do this using roles and profiles) This link to Gary Larizza will help you understand what they are and how to do them - http://garylarizza.com/blog/2014/0

[Puppet Users] Randomly Fuzzing/Exerising variables in a deployment config/template

2017-02-20 Thread sami . joseph
Hi, I built an App that gets its deployment data from a yaml/json config file, the deployment data are set as variables, for example : number of virtual machine to be spun or how many CPUs are needed per Virtual machineetc Now i am looking for a way to automate testing all these variables,

Re: [Puppet Users] puppet ignores storeconfig_backend in puppet.conf

2016-08-26 Thread Joseph Lorenzini
rtin Alfke wrote: > Hi Joe, > > > On 25 Aug 2016, at 21:34, Joseph Lorenzini > wrote: > > > > Hi all, > > > > I am encountered an odd behavior when i revoke a certificate on the > puppet master. I see this error. I am using puppe

[Puppet Users] puppet ignores storeconfig_backend in puppet.conf

2016-08-25 Thread Joseph Lorenzini
Hi all, I am encountered an odd behavior when i revoke a certificate on the puppet master. I see this error. I am using puppet 3.7.4 on CentOS 7. Error: undefined method `verify_active_connections!' for ActiveRecord::Base:Class This leads me to think that when a revocation is happening, the

[Puppet Users] Re: Key management with AWS S3

2016-08-25 Thread Joseph Lorenzini
Hi Mathew, I've actually been wrestling with a similar problem myself. So far the solution I like the best is the following: 1. use gpg encryption to encrypt the files on disk and then commit them into the VCS. 2. do NOT include the gpg private key or the passphrase for the key into

[Puppet Users] generating puppet catalog throws error "Error: cannot load such file -- md5"

2016-08-24 Thread Joseph Lorenzini
Hi all, I am migrating a puppet master from centos 5 to centos 7. I performed a fresh install of puppet 3.7.4 on centos 7. on the puppet master, I copied my puppet data to /etc/puppet etc. Whenever puppet agent runs on another node though, I get this exception. Error: cannot load such file --

[Puppet Users] enc output causes puppetserver to throw invalid tag error

2016-08-02 Thread Joseph Lorenzini
Hi all, I am having a problem with external node classier. Here's the yaml output from the enc executable. https://gist.github.com/jaloren/f7599e96c6a8c47591eb395f4680d48c The yaml output inludes a parameterized class. When puppet server gets this yaml output, it throws the following exception

[Puppet Users] puppet/splunk Staging Dependency Cycle Issue

2016-05-20 Thread Joseph Karns
Good Morning: I've started using puppetlabs/splunk module and I'm having a Dependency Cycle Issue. Can someone help Error: Could not apply complete catalog: Found 1 dependency cycle: (File[/opt/staging/splunk/splunkforwarder-6.3.3-f44afce176d0-linux-2.6-x86_64.rpm] => Staging::File[splunkforwa

Re: [Puppet Users] Problems testing branching using rspec-puppet with hiera

2016-02-17 Thread Joseph Wilkicki
It isn't really feasible to convert to a class parameter since I'm testing profiles which, as I understand it, should not be using class parameters. I've since found a solution that seems like it might work; I've been working on other topics for a bit, but when I get back to it I'll post some exam

[Puppet Users] Puppetlabs/Splunk Module Help!

2016-02-15 Thread Joseph Karns
Ok...so I'm trying to get the puppetlabs/splunk module to work with Roles and Profiles via Hiera. This is what I have. *hieradata file* splunk::params::version: '6.3.3' splunk::params::build: 'f44afce176d0' splunk::params::src_root: 'puppet:///software/splunk' <- Mapped on Puppetmaster using f

[Puppet Users] Re: Issues with example42/php::augeas or with augeas in general

2016-02-12 Thread Joseph Karns
Thanks everyone for the suggestionsFelix thank you for reminding me of the --debug on the end of a puppet run. This allowed me to find in php.ini that a developer added an extension line of code that is handled else where. RESOLVED! On Tuesday, February 9, 2016 at 3:51:09 PM UTC-5, Joseph

[Puppet Users] Issues with example42/php::augeas or with augeas in general

2016-02-09 Thread Joseph Karns
Hello All: I started getting failed resources from augeas and I'm hoping someone can help. The errors: Warning: Augeas[php_ini-php-error_reporting](provider=augeas): Loading failed for one or more files, see debug for /augeas//error output Error: /Stage[main]/Oit_php::Augeas/Php::Augeas[php-e

[Puppet Users] Re: Remove a PuppetLabs Mysql DB

2015-12-11 Thread Joseph Karns
Hello Sergiu: The Puppet Labs MySQL Module creates the sql statements and runs them against the mysql server, but does not maintain them persistently. So to remove a database run the following mysql -u -p -h -e "DROP DATABASE " Thanks Joey On Thursday, December 10, 2015 at 9:20:46 AM UTC-5,

[Puppet Users] How to do Puppet type which autorequire an existing declaration of another type

2015-05-10 Thread Joseph Karns
Hello Martin: To enforce declaration you should be able to do onevnet_addressrange { '': ensure => present, require => Onevnet['testnet'], } Thanks Joseph Karns -- You received this message because you are subscribed to the Google Groups "Puppet Us

[Puppet Users] Puppet for VM on Windows 7 - confused!

2015-05-10 Thread Joseph Karns
reach out to myself if you have any questions on setting any of the pieces up. Thanks Joseph Karns jm...@psu.edu -- 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, sen

Re: [Puppet Users] Hiera Hash Merge - Avoiding Duplicating

2015-05-04 Thread Joseph Swick
On 01/05/15 09:40, jcbollinger wrote: > On Thursday, April 30, 2015 at 12:10:19 PM UTC-5, Joseph Swick wrote: >> The hiera issue is >> the only reference to it I could find when I first started looking into >> what was going on and why I wasn't getting the results

Re: [Puppet Users] Hiera Hash Merge - Avoiding Duplicating

2015-04-30 Thread Joseph Swick
nly reference to it I could find when I first started looking into what was going on and why I wasn't getting the results I expected. It's even mentioned in the hiera documentation: https://docs.puppetlabs.com/hiera/1/lookup_types.html#deep-merging-in-hiera--120 -- Joseph Swick Senior

Re: [Puppet Users] Hiera Hash Merge - Avoiding Duplicating

2015-04-29 Thread Joseph Swick
>> On Apr 29, 2015, at 5:39 AM, Dan Gibbons wrote: >> >> Hi, >> >> I'm just starting to use create_resources and hash merging which I have >> working but I'm not sure how I can avoid duplicating some of the hash values >> further up in the hierarch

Re: [Puppet Users] Re: help with apache configuration

2015-04-26 Thread Joseph Karns
the module’s documentation i see: >> default_vhost >> >> Sets up a default virtual host. Defaults to 'true', set to 'false' to set >> up customized virtual hosts >> <https://forge.puppetlabs.com/puppetlabs/apache#configure-a-virtual-host> >&

[Puppet Users] Re: help with apache configuration

2015-04-20 Thread Joseph Karns
Hello Latina: on your line where you have include apache, change to something like this class{ 'apache': default_mods => true, default_vhost => false, default_ssl_vhost => false, } This will trigger the apache class and allow you to pass param's to it. Thanks

[Puppet Users] Re: Any pointers to RHEL7 CIS hardening usig puppet

2015-03-30 Thread Joseph Holland
Hi Ash26, Did you manage to get this working in the end or have you figured out another way to implement the CIS benchmarks in some automated fashion? Thanks, Joe. On Monday, February 9, 2015 at 9:57:57 AM UTC, Ash26 wrote: > > arildjensen-cis seems not to have worked for RHEL7 > -- You rec

Re: [Puppet Users] Re: Is there a better way to limit module actions based on facts?

2015-02-12 Thread Joseph Karns
Leam: Can you reply with your code up too this point. Please include your heira file, so I can see the hash. Thanks Joey On Wednesday, February 11, 2015 at 4:49:38 PM UTC-5, leam hall wrote: > > On Wed, Feb 11, 2015 at 4:18 PM, Joseph Karns > wrote: > > Hello Leam: > &

Re: [Puppet Users] Re: Is there a better way to limit module actions based on facts?

2015-02-11 Thread Joseph Karns
Hello Leam: I think your looking for something like this: - define sysusers::setup( $hash ) { case $::osfamily { 'redhat': { $user_home = '/home' } 'solaris': { $user_home = '/export/home' }

[Puppet Users] Re: Is there a better way to limit module actions based on facts?

2015-02-11 Thread Joseph Karns
Leam: The reason you are getting the 400 Error is because you don't have $osfamily defined. You can write your case statement as such: case $::osfamily { 'redhat': { # do something RHEL specific } 'debian': { # do something Debian specific } default: { # ... }

[Puppet Users] Is there a better way to limit module actions based on facts?

2015-02-11 Thread Joseph Karns
multiple versions of each module to handle each OS family. Thanks Joseph -- 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 puppet-users+unsubscr...@googlegrou

[Puppet Users] Re: Bootstrap puppet client

2015-02-04 Thread Joseph Karns
s the case, you might want to run the command with sudo privileges. Thanks Joseph On Tuesday, February 3, 2015 at 4:50:06 AM UTC-5, aries wrote: > > Hi ~ > > I use chef knife bootstrap a new chef client. It use ssh method to login > my client and run script to do any thing. > &

Re: [Puppet Users] Re: Bootstrap puppet client

2015-02-04 Thread Joseph Karns
s the case, you might want to run the command with sudo privileges. Thanks Joseph On Tue, Feb 3, 2015 at 8:23 PM, aries wrote: > Hi Joseph: > > Thanks your help. > > I have a question about the command. > Who is executing the command ? Puppet server or client ? > > I need e

[Puppet Users] Re: Bootstrap puppet client

2015-02-03 Thread Joseph Karns
Hello Aries: Puppet Enterprise provides a single line command to complete the same thing. It would look something like this, "curl -k https://:8140/packages/current/install.bash | sudo bash" You could add that to a cloud_init file if using AWS or add it to a kickstart file for local OS loading.

[Puppet Users] Re: puppet cron help

2015-02-02 Thread Joseph Karns
Hello Tim: Just like you would when manually adding a cronjob you should have '*/30', so your resource should look like this. cron { "facts-cron": command => "/usr/bin/facter -y > /etc/mcollective/facts.yaml", user=> 'root', hour=> 0, minute => '*/30' } Hope this helps! Joey

[Puppet Users] Puppet with Satellite 6. Customize puppet modules

2015-01-21 Thread Biju Joseph
Puppet with Satellite 6. How to configure puppet modules for different hosts group. For example with I want to manage resolv.conf and ntp.conf with puppet, but wanted to give different values based on server group. For example I have a server group for Dallas servers in which I have a specific

[Puppet Users] Re: Issues with RHEL7

2015-01-07 Thread Biju Joseph
Thanks. I had same issue. Adding the repo "rhel-7-server-optional-rpms helped. On Friday, June 13, 2014 12:49:44 PM UTC-5, Arkandel wrote: > > Hey folks, > > I'm having some issues installing puppet on a brand new RHEL7 server VM > and I was wondering if any of you has ran into the same kinds

[Puppet Users] Re: Package ensure present but install older version if missing (not latest in repo)?

2014-12-19 Thread Joseph Lombardo
package_name => 'blah' } -> etc. } Thanks for the help John! On Friday, December 19, 2014 9:54:09 AM UTC-5, jcbollinger wrote: > > > > On Thursday, December 18, 2014 11:10:52 AM UTC-6, Joseph Lombardo wrote: >> >> We have a use case where when a new server comes

[Puppet Users] Package ensure present but install older version if missing (not latest in repo)?

2014-12-18 Thread Joseph Lombardo
We have a use case where when a new server comes up, it needs to install a particular version of a package. However, if this package is upgraded puppet should ignore it. I have been unable to find a non-hacky way to do this. Basically, need to ensure present but install a particular version (no

Re: [Puppet Users] Re: "require" broken with create_resources() ?

2014-08-20 Thread Joseph Swick
service is started, as it's been configured not to use the default directory. This worked as desired when I first did it and I haven't seen any errors. However, from reading the other comments in the thread, maybe it shouldn't work? -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Package Resource, Versioning and Yum

2014-06-17 Thread Joseph Swick
On 17/06/14 07:41, Jason Antman wrote: > Joseph, > > See https://tickets.puppetlabs.com/browse/PUP-682 > > I'm going to try and get the pull request rebased, but at best this will > be in puppet4. > > -Jason > Thank you, I had come across that bug report

[Puppet Users] Package Resource, Versioning and Yum

2014-06-12 Thread Joseph Swick
#x27;yum install puppet-3.6.2' works as desired, but adding 'allow_virutal => true,' to the package resource doesn't change the previous error. Is this working as designed for the Yum provider for the package resource or is this a bug with the provider? For some reason,

Re: [Puppet Users] Managing iptables with puppet

2014-03-12 Thread Joseph Swick
PuppetLabs Firewall module from the forge yet? It can do most (if not all) of what you're trying to do for iptables management with manifests. http://forge.puppetlabs.com/puppetlabs/firewall -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] puppet 3.4: N00b has Trouble with regexes in a if-else structure manifest config.pp

2014-02-10 Thread Joseph Swick
bles::config for myname on node me" Is the file containing iptables::config in the appropriate directory and named properly? E.g: modules/iptables/manifests/config.pp ? > Please can some kind person show a poor little beginner what I am doing > wrong? > > Thanks! >

Re: [Puppet Users] Re: Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Joseph Swick
On 02/10/2014 12:09 PM, Rafael Cristaldo wrote: > Hi Joseph Swick ! > > Thanks for the answer ! > > This really can help me! .. but thereis some questions about your manifest. > > Did you build custom factes for ${username} and ${homedir_real} ? Or you > propose to

Re: [Puppet Users] Puppet manage HOMES on Desktop Computers

2014-02-10 Thread Joseph Swick
i ${homedir_real}; done; /bin/chown -R ${username}:${username} ${homedir_real}", unless => "test \"\$(j=0;for i in `ls -A /etc/skel`; do test -e ${homedir_real}/\$i; if [ \"\$?\" -ne \"0\" ]; then j=1;fi; done;echo \$j)\" = \"0\"", } It may not be all that efficient for a system that has a lot of users on it. Hope that helps. -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Title on file resources

2014-01-14 Thread Joseph Swick
} } I wasn't the first to figure that out, I think I remember who I got it from, but I'm not sure if it's something they came up with or if they got it from somewhere else. Hope that helps. -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Notify service in one class from other class

2014-01-13 Thread Joseph Swick
tems in different stages. I try to avoid stages whenever possible and do resource ordering within the main puppet stage to ensure items are created in the correct order. The few places I do use stages, I have them run after main and I'll eventually work to remove them. Have you tried running it without the stage? -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Re: Run stages of virtual resources

2014-01-06 Thread Joseph Swick
e did provide a way to require repos with our virtual package definitions, so I was able to remove the resource chaining and still have the desired result. -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Roles/profile design

2013-12-26 Thread Joseph Swick
On 12/26/2013 12:48 PM, Josh wrote: > Joseph, > > So, the problem with this method appears to be that once you specify > "hiera_include('classes')" in the environment's site.pp, Puppet appears to > try and make Hiera the ONLY source for node classificat

Re: [Puppet Users] Roles/profile design

2013-12-23 Thread Joseph Swick
n: http://docs.puppetlabs.com/hiera/1/puppet.html#assigning-classes-to-nodes-with-hiera-hierainclude There are some gotchas that come up with the hiera merge behavior depending on how complex you're hiera layout becomes. For example, we had to set the hiera merge_behavior to deeper for us to

Re: [Puppet Users] Re: Resource ordering only using Hiera?

2013-12-16 Thread Joseph Swick
On 12/16/2013 10:59 AM, jcbollinger wrote: > > > On Friday, December 13, 2013 3:56:50 PM UTC-6, Joseph Swick wrote: > > [...] > > What am I missing to get Puppet to evaluate the $resourceX_type >> variables as a resource type [e.g: File, Service, et

[Puppet Users] Resource ordering only using Hiera?

2013-12-13 Thread Joseph Swick
} else { File[$resource1_name] -> Service[$resource2_name] } } default: {fail("Unknown resource type '${resource2_type}' for \$resource2_type")} } } default: {fail("Unknown resource type '${resource1_type}' for \$resource1_type")} } Thank you for taking the time to wade through my lengthy question. -- Joseph Swick Operations Engineer Meltwater Group signature.asc Description: OpenPGP digital signature

[Puppet Users] Re: upgrade puppet client

2013-09-19 Thread Joseph Mwesigwa Bbaale
ppet_3.2.4-1puppetlabs1_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1) at /tmp/puppetugrade.pp:3 notice: Finished catalog run in 9.13 seconds Any help is highly appreciated On Thursday, 19 September 2013 11:50:33 UTC+3, Joseph Mwesigwa Bbaale wrote: > > Hi, > > I ha

[Puppet Users] upgrade puppet client

2013-09-19 Thread Joseph Mwesigwa Bbaale
Hi, I have a puppet client running 2.7.18 I wish to upgrade it to 3.2 but I am not sure how to go about it. OS = Debian Wheezy Thanks in advance -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving

[Puppet Users] Re: a different ssh::auth problem

2013-07-29 Thread Joseph Mwesigwa Bbaale
Hi Stephen, Thank you so much for the clarification. I am going to the documents that you have recommended. Regards, Joseph On Monday, 29 July 2013 20:26:41 UTC+3, Stephen Brown II wrote: > > Greetings, > > I'm also new to puppet, but the documentation is basically informing

[Puppet Users] a different ssh::auth problem

2013-07-29 Thread Joseph Mwesigwa Bbaale
g up ssh:auth in this environment? Any help offered is highly appreciated. Joseph -- 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 puppet-users+unsubs

[Puppet Users] puppet agent --test errors

2013-07-10 Thread Joseph Mwesigwa Bbaale
Hello puppet-users. I am really new to puppet so, please pardon me if my question has rather an obvious answer. I have tried to install puppet on both a Debian 6 VM and CentOS 6.3 VM but always get this error along the way: ## Setting up the database... Configuring postgresql server... Postg

[Puppet Users] Re: Facter does not deliver ip addresses

2012-09-06 Thread Joseph Mitchell Magen
ot;en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8"

[Puppet Users] Re: Facter does not deliver ip addresses

2012-09-04 Thread joseph
I have the same issue. Did you find a solution? Joseph On Monday, August 20, 2012 11:19:39 AM UTC+3, Axel Bock wrote: > > Hi readers, > > another problem of mine. A host which worked just fine on friday is now > not able to find out its own IP address. The reason is prett

[Puppet Users] puppet-lint error

2012-04-19 Thread Joseph
Hi, this is not strictly puppet related but I am hoping someone here who uses puppet-lint can tell me what is going on here. $ puppet-lint init.pp /Users/jc/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/site_ruby/1.9.1/ rubygems/custom_require.rb:36:in `require': iconv will be deprecated in the fut

[Puppet Users] Re: RPM provider issues

2010-09-24 Thread Joseph Griffiths
are very welcome... this has me puzzled. Thanks, Joseph On Sep 23, 12:26 pm, devzero2000 wrote: > On Thu, Sep 23, 2010 at 3:00 PM, Joseph Griffiths > wrote: > > Hello All, > > > I am pretty new to puppet and struggle with the syntax any help with > > this problem mea

[Puppet Users] RPM provider issues

2010-09-23 Thread Joseph Griffiths
} When testing on the client rpm -qa | grep -i Socket I get nothing... Any suggestions are very welcome. (The source file does exist already after one run) Thanks, Joseph -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to

[Puppet Users] Re: Host type usage

2009-09-02 Thread joseph . e . mcdonagh
You'd want to change your idea into a file resource with the content parameter set to a template. In the template you can access the variables to set up that line properly. Of course if you need to add more hosts to a system it will be sort of a pita. Sent from my Verizon Wireless BlackBerry --