similar to: Redmine upgrade

Displaying 20 results from an estimated 9000 matches similar to: "Redmine upgrade"

2011 Aug 17
1
Redmine and Forge outages
Hey folks, Due to continuing problems with our datacenter, we''re moving some infrastructure this evening. During this period, both Redmine (https://projects.puppetlabs.com/) and the Forge (http://forge.puppetlabs.com) will be unavailable. Sorry about the short notice of this, and the outage earlier too [1]. If you have any issues in a couple of hours once it''s all back up,
2011 Jul 14
2
Puppet 2.6.x fate
It was decided earlier this week that the 2.6 series will have it''s last release at 2.6.10 (we''re currently at 2.6.9). However, we are not doing a 2.6.10 RC/release this month. That will wait until August. If you have patches waiting on some final tweaks or any other work that you feel like just *has* to be in the 2.6 series, please get it filed with us ASAP. Right now the
2011 Jul 21
6
ANNOUNCE: Cloud Provisioner v0.6.0rc1 release
We are happy to announce the first public release candidate of our Puppet Cloud Provisioner. This release is available for download at our Module Forge: http://forge.puppetlabs.com/puppetlabs/cloud_provisioner<http://downloads.puppetlabs.com/dashboard/> Extensive documentation can be found at: http://docs.puppetlabs.com/guides/cloud_pack_getting_started.html Please report feedback via the
2011 Jul 18
5
yum.puppetlabs.com rsync problem
I have local mirror of puppet repository - i''m syncing it with: ''rsync -av --exclude SRPMS --exclude sources --delete yum.puppetlabs.com::packages/yum puppet'' - which worked until a few weeks ago. Now it gives me an error: ''rsync: failed to connect to yum.puppetlabs.com (96.126.116.126): Connection refused (111) rsync error: error in socket IO (code 10) at
2011 Jul 25
6
puppetmaster SSL_Read
Seeing ''SSL_read'' errors being logged by puppetmaster. Anyone know what causes these or how to correct? They''re sporadic, not happening all the time or on all puppet runs. /var/log/puppet/masterhttp.log [2011-07-25 10:00:10] ERROR OpenSSL::SSL::SSLError: SSL_read:: internal error /var/log/messages Jul 25 10:00:10 cmd-box puppet-master[22572]: SSL_read:: internal error
2011 Jul 22
3
ANNOUNCE: Puppet Dashboard 1.2rc3 available
This a feature release candidate (number 3) of Puppet Dashboard. If you''re wondering what happened to rc2, it was internal only. Our CI system found a few issues before we released it to the public. This release is available for download at: http://downloads.puppetlabs.com/dashboard/ We have included Debian and RPM packages as well as a tarball. See the Verifying Puppet Download
2011 Aug 11
6
need urgent help with including Ruby DSL class from puppet manifests
Hi, I have a Ruby class in "nagios" module - it''s located in nagios/ manifests/ssa_nagios_checks.rb and looks like this hostclass :ssa_nagios_checks do ... end In nagios/manifests/init.pp I have class nagios::server { ... include ssa_nagios_checks ... } And I get the following error .... debug: importing ''/etc/puppet/modules/nagios/manifests/
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/. However, I have run into an issue where I cannot use puppet''s require file ability to push the yaml file containing the facts file to the client because it would require two runs of puppet to pickup changes. Consequently, I have written into
2011 Jul 13
4
puppet manifest execution orders
I created manifest for our webserver. manifest included git clone, database creation and restore database etc.... How to order the installation and exec exactly Roni -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to
2011 Sep 21
11
Software inventory
Howdy, Before I go about writing one myself, anyone out there written a software inventory module/fact for gathering a list of all installed rpms/debs on a system? Got a few ideas floating around in my head, but wanted to see if/what other folks have done .. -- I''ve seen things you people wouldn''t believe. Attack ships on fire off the shoulder of Orion. I watched C-beams
2011 Sep 01
3
Multiple template fallbacks
Hi, In a file resource I want to be able to specify multiple template contents. If the 1st template doesn''t exist use the 2nd listed and so on. Much like how the source attribute works. Basically this: file { "/tmp/somefile.txt": ensure => present, content => [ template("somefile-$fqdn.erb"),
2012 Aug 30
2
Announce: Puppet-3.0.0-rc5 Available
Puppet 3.0.0-rc5 is a feature release candidate for the 3.x series of Puppet. Downloads are available at: * Source http://downloads.puppetlabs.com/puppet/puppet-3.0.0rc5.tar.gz RPMs are available at http://yum.puppetlabs.com Debs are available at http://apt.puppetlabs.com Gems are available via rubygems at https://rubygems.org/downloads/puppet-3.0.0.rc5.gem or by using `gem install --pre
2011 Aug 10
1
How should I run/start puppet (v.2.6.x)?
Dear all, Can any one explain this please? [root@puppet puppet]# puppet master --verbose # [root@puppet puppet]# service puppetmaster status puppetmasterd (pid 1876) is running... but the init.d script reports as it''s not running: [root@puppet puppet]# /etc/init.d/puppet status puppetd is stopped Is there anything that I''m missing? Cheers!! -- You received this message
2010 Jul 31
0
Redmine Ticket Creation and Updates via email - an update
Hi all We''ve just finished enabling ticket creation and updates via email. You can now send an email to tickets@puppetlabs.com to create a ticket. You must have a Redmine account to do this and your From address must match the address on your Redmine account. Any attachments added to the email will be applied to the ticket. By default, issues are added to the Puppet project but you
2011 Aug 15
4
trying to resolve group dependency in creating users
Hi all, Using Puppet 2.5, I have a class which creates users: # cat modules/users/manifests/init.pp class users { user { ''ringo'': ensure => present, uid => ''1506'', groups => [''admin''], shell => ''/bin/bash'', home => ''/home/ringo'', managehome
2011 Sep 22
1
CloudPack problems with CentOS AMIs
I noticed the following problems when working with CloudPack and the image ami-08728661 (and it probably apples to other CentOS images as well) 1) the ssh user in this AMI is ec2-user, but sudo to root is not possible in the ssh command unless pseudo-tty allocation forced with ssh -t option. so I changed cloudpack.rb, line 573 from: ssh_remote_execute(server, options[:login], install_command,
2012 Jul 30
7
puppet enterprise
No problem installing open puppet and using it. patterns run aok. when trying to use the installer for pe, on the puppetmaster, installs ok. when trying to use the installer for pe, on the puppet agent, installs ok but no cert sent as shown by puppet cert list on puppetmaster. also puppet agent --test on puppet agent shows err: could not retrieve catalog from remote server: error 400 on
2012 Oct 03
6
Puppet Forge Happenings
Hello, If you weren''t at PuppetConf or didn''t catch my talk, here''s a quick recap. I''m product owner for the Puppet Forge team which formed in July with 2 awesome engineers and an equally awesome designer. We''re a team dedicated to the Forge and while ramping up, we''ve shipped three small improvements to the Forge that we hope you enjoy. *
2013 Jul 16
14
"puppet module install simondean/iis" gives error "Error: cert already in hash table"
Hello, I have a fresh install of puppet 3.2.3. on windows 8. I try to install the iis module (https://forge.puppetlabs.com/simondean/iis) with the command: puppet module install simondean/iis and it gives me *C:\Program Files (x86)\Puppet Labs\Puppet>puppet module install simondean/iis* *Notice: Preparing to install into C:/ProgramData/PuppetLabs/puppet/etc/modules .* *..* *Notice:
2012 Oct 10
1
PuppetConf Videos Are Available Now
I wanted to let everyone know that the videos from PuppetConf are available at http://puppetlabs.com/community/videos/puppetconf/ Here are a few of my personal favorites: CERN: http://youtu.be/-Ykb2j2ojYU Discovering and creating great Puppet Modules: http://youtu.be/aWqktlD62ks (talk actually starts at 4:45 min into video) State of the Community http://youtu.be/0_u_5RkVymE (I''m