Displaying 20 results from an estimated 600 matches similar to: "puppetlabs/apt and apt::ppa"
2013 Jun 12
2
Executing a script after creating vhosts with create_resources
Hello
I''d love a bit of advice in terms of how I should best go about this.
I am creating a bunch of vhosts, their definitions are stored in json (I''m using heira) that json file will be generated from data held on another server. I''m just using the puppetlabs apache module and create_resources to then generate all the vhosts and their directories etc. I''m
2013 Mar 28
3
Staging content from modules for temporary use by resources
Hello,
I would like to find a few to use files available in a module for the
execution of a particular resource, without having to stage the file
explicitly onto the client and possibly having to clean it up afterwards.
(This could also apply to content coming from templates.)
The use-cases I have in mind are: running a SQL file (to set up some
content in a database), extracting an archive
2013 Mar 10
2
Older versions of packages disappearing from yum repos
I've been designing the infrastructure for a new team using CentOS 6 and Puppet. I'm still learning Puppet, but thought I had things pretty well under control. After this week, I'm beginning to wonder? :-)
In the last week I've had versions of three packages disappear from the yum repositories I'm using, both EPEL and the standard ones from a base CentOS 6.3 install. Since
2013 Apr 18
4
Hiera Automatic Parameter Lookup Question
This may be a dumb question, but here goes
So I''m running on Puppet 3.1.1 on RHEL5, and i''ve been using Hiera since 2.5/2.6 ish and it''s been great!! I was reading up on Automatic Parameter Lookups and would love to use it for my modules. But I can''t seem to ever get Hiera/Puppet to load the value i''ve set in my yaml files. I feel like I must be
1998 Aug 18
3
FreeBSD 2.2-stabe & iomega zip ide & samba
I have configured and working this.But ! Very slow ! A lot of cpu usage by smbd.
What can I do ?
Other disk/cdrom shared works perfectly.
10tx.
Eugeny.
2010 Jul 29
1
I can notload the APT line ppa:ubuntu-wine/ppa in 9.04
I cannot load wine .Ihave been told I need the GPG key before I can load the APT line .How do I get the Key .
Any help will be appreciated :( :(
1997 Jul 23
2
cross-subnet browsing problems
I'm trying to set up cross-subnet browsing using Samba on a Linux box
and a Sparc UltraEnterprise with Win95 and NT Workstation clients. I'm
using the Sparc as the domain master and also as the WINS server on the
108 subnet. The Linux box is the local master on the 46 subnet. Both
are running Samba 1.9.17alpha4. I can see the conversation between the
two samba servers and the browse
2012 Feb 12
1
Using templates
Hi everyone,
I''m learning Puppet and I want to configure ssh server with different
port on different nodes.
Puppet v2.7.1
I have created module ssh:
content of modules/ssh/manifests/install.pp
class ssh::install {
package { "ssh":
ensure => present,
}
}
content of modules/ssh/manifests/service.pp
class ssh::service {
service { "ssh":
ensure =>
2011 Aug 20
2
Should all nodes have files in client_yaml/catalog?
I''ve been looking into using puppet-rundeck and run into a bit of an
issue that I''ve traced back to puppet. I have a feeling this is going
to be my lack of understanding of something or a misconfiguration.
Here''s a snippet of code that demonstrates my plight:
https://gist.github.com/9667ad19762bf20bd947
The above works for only 1 of the 4 nodes, specifically the one
2013 Apr 25
0
Custom hiera back-ends
So there''s this:
http://docs.puppetlabs.com/hiera/1/custom_backends.html
Is there a more thorough tutorial? That one''s a little … light. :-)
--
Brian Lalor
blalor@bravo5.org
--
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
2013 Jan 23
2
cloud-init in CentOS 6.3 images
Good evening, all. I just tried spinning up a CentOS instance in EC2 using ami-de5bd2ee from the AWS marketplace. I put a dummy script into the user-data field when launching the instance from the EC2 console but found it didn't work, even though the SSH key for the root user did. I pinged Karanbir on ##aws and he suggested I post here to get the conversation started.
I'm currently
2012 Dec 12
0
Platform Support at {apt,yum}.puppetlabs.com
I mentioned at the end of October that we would soon be removing
Fedora 15, Debian Lenny, and Ubuntu Maverick repos from our apt and
yum repos[1]. That time has arrived. The repos will be removed this
Friday (12/14).
[1] - https://groups.google.com/group/puppet-users/browse_thread/thread/c2b13082a55ace9e
--
Matthaus Owens
Release Manager, Puppet Labs
--
You received this message because you
2012 May 16
1
Installation of Hiera from apt.puppetlabs.com
Hi Puppet Users,
According to the installation instructions (https://github.com/puppetlabs/hiera#installation) located in the readme.md file at https://github.com/puppetlabs/hiera there should be an apt package located at apt.puppetlabs.com. I have looked within the repo and cannot find a package.
Is this a documentation error or is there a deb package?
Thanks,
Peter
--
You received this
2011 Dec 12
0
Changes to apt.puppetlabs.com
Last Friday, with a minimum of hiccups, we moved to using freight
(http://www.github.com/rcrowley/freight) to handle our repository at
apt.puppetlabs.com. One consequence of this move is that the debian
repository links will need to be updated. They should be changed to
the following:
deb http://apt.puppetlabs.com/ $dist main
and
deb-src http://apt.puppetlabs.com/ $dist main
There are symlinks
2013 Jan 10
1
Puppetlabs APT GPG key
Hi,
I just started getting errors from APT: W: GPG error:
http://apt.puppetlabs.com squeeze Release: The following signatures were
invalid: BADSIG 1054B7A24BD6EC30 Puppet Labs Release Key (Puppet Labs
Release Key) <info@puppetlabs.com>
It looks like they keyring was changed yesterday on the APT repository:
keyring.gpg 09-Jan-2013 14:51 2.5K
However, I''ve yet to see an
2012 Oct 12
1
apt.puppetlabs.com for Debian Lenny is broken ?
Hello list,
I try to install puppet agent on Debian Lenny. I got following error.
Seems the repo is broken :
-----------------------------------------------------------------------------------------------------------------------------------
node001:~# wget http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
--2012-10-12 02:12:12-- http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
2012 Jan 06
5
proper way to mirror apt.puppetlabs.com?
I am wanting to set up a local mirror of apt.puppetlabs.com, and am a
bit confused by the layout as well as the announcement that was made
in this thread:
http://groups.google.com/group/puppet-users/browse_thread/thread/0786824ea9531fe3/f53c9006843ab8dc
I''m not sure exactly what I should be pulling, as rsync://apt.puppetlabs.com/packages/apt
gets everything, but it seems like a bit of a
2012 Dec 27
4
Broken rsync mirroring for PuppetLabs APT repo
Hi,
I have sent this mail to info@puppetlabs.com and received no answer, so
I''m posting here as well; I hope somebody at PuppetLabs will be able to
help.
I have a local mirror of apt.puppetlabs.com which has been broken for at
least a few days: the apt/dists/ subdirectory only contains symlinks to
non-existent files.
[mirror@excellent dists]$ ls -l
total 0
lrwxrwxrwx 1 mirror mirror 29
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
Using ```puppetlabs/apt``` in a puppet provisioner for vagrant. the
module is installed in puppet/modules and I''m getting a strange Dependency
cycle error.
the code in the manifest file:
# Run apt-get update when anything beneath /etc/apt/ changes
#taken from
https://blog.kumina.nl/2010/11/puppet-tipstricks-running-apt-get-update-only-when-needed/
exec { "apt-get
2013 Jan 29
2
Reusable Puppet config for Vagrant
I took an hour this morning to document how I use Vagrant and Puppet together to provision development VMs as well as more production-like systems. This may be entirely elementary to folks who are more fluent with Puppet, but this is an example I thought was lacking.
https://github.com/blalor/vagrant-puppet-example
I welcome feedback and criticism of this setup. I''m looking to