similar to: Puppet proxies

Displaying 20 results from an estimated 1100 matches similar to: "Puppet proxies"

2012 Feb 17
4
Installing Puppet/Facter without sudo/root access
I want to use Puppet and Facter on a machine where I don''t have sudo or root access privileges. I won''t be using Puppet for anything that requires that level of access, so I should be OK if I can get it on the box. Any advice on how to proceed? Currently the Facter installer complains that it doesn''t have privileges for /usr/bin/facter. I assume Puppet will have the same
2012 Jun 30
6
Scheduled_task + ad user
Hi, When a want to use scheduled_task for create a windows task and when i give a AD user, i have this message : err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent to present failed: Invalid user: DOMAIN\oper My user domain and the password are correct. I have the same error if i change DOMAIN\oper by oper@domain.com or DOMAIN/oper With a local user, is working, but i
2014 Oct 14
3
Running Icecast2 behind Amazon Elastic Load Balancer (ELB)
Hi Thomas, We need a load balancer to allow for a single URL "entry point" to multiple Icecast servers - we intend to host multiple Icecast servers behind the load balancer so that we can expand / contract capacity as required - we would add servers into the load balancer pool. This also allows us to scale beyond the number of listeners a single Icecast server can support, while still
2014 Oct 13
2
Running Icecast2 behind Amazon Elastic Load Balancer (ELB)
Hello, I'm writing to see if anyone here has had any success running Icecast2 (specifically I am using 2.4) on Amazon EC2 behind an Elastic Load Balancer? I have the ELB configured to do TCP loadbalancing rather than HTTP. I am able to connect and to stream music via the ELB, but when I disconnect, the listener count in Icecast does not decrease. On examining the state of the sockets table
2007 Sep 21
3
Automating Web-based Tool Configuration
I''m new to the group, so apologies in advance if I repeat a question that''s already been asked and answered. First of all, I''m very happy to see an open-source alternative to commercial configuration automation tools. My question is this: I manage a collection of tools with web-based administration. They have no external config files, and store their config data in the
2013 Aug 22
1
ssl ofloading on amazon ELB for puppetmasters
Hi, I''m trying to do ssl offload on amazon ELB for my puppetmaster servers, it seems amazon ELB is not sending ssl_client_header & client_verify_header puppetmaster Listen 8141 <VirtualHost *:8141> SSLEngine off DocumentRoot /etc/puppet/rack/puppetmaster_8141/public/ RackBaseURI / <Directory /etc/puppet/rack/puppetmaster_8141/> PassengerEnabled on
2012 Jan 03
1
AWS Elastic Beanstalk & Puppet
Anyone have experience and willing to share for Beanstalk? e.g. How does Puppet fit in when we mainly use AWS Elastic Beanstalk? Seems most features are provided by Beanstalk. -- 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
2008 Nov 11
1
mountpoint permissions changing by themselves
Hi, We've been using an AFR configuration of gluster where there are a few gluster servers and many gluster clients. We've noticed that recently, the permissions on the mount point from the client's perspective occasionally change to 444. There's no evidence of sudo or chmod activity in system logs, and cron.d, cron.daily, logrotate.d all come up clean as well, which is
2011 Dec 03
3
Puppet considered harmful?
I am considering installing a Puppet agent on a legacy server running an old, crappy, slow, leaky, yet important Java app. Nervous about introducing anything that might (further) destabilize the app. What are people''s experiences with Puppet in terms of resource usage (CPU/ memory/network/etc)? For starters will likely run it on the standard daemon schedule. Ultimately may want to control
2006 Jul 10
1
sometimes, roaming profile is not found
Hi, I use samba 3.0.22 on Debian Sarge as PDC for windows XP SP1 and SP2. Sometimes, users get the message "Windows cannot found the roaming profile on server so user will get a default profile". (sorry, it's not the official message, I had to translate, because I get the message in french) This error comes only if user log in quickly after the boot. If they wait a little
2006 Jul 04
1
samba 3.0.22 default ACL issue
Hi, I use samba 3.0.22 as PDC on Debian with workstations under windows XP SP1 and SP2. I use ACLs to have a fine grained access rules. When I copy a directory from a client to a samba share, default ACLs are forgiven. exemple : after I copy the directory A on the samba share : getfacl A/ # file: A/ # owner: user1 # group: sambausers user::rwx group::--- other::--- default:user::rwx
2011 Mar 15
8
Problems with Object#id deprecation
Hello everyone, in a test helper in my app I call category.id that gets the id of category in the database. However, when running RSpec I get the following error: As a parla customer /Users/saulolopes/code/parla/spec/acceptance/support/paths.rb:13: warning: Object#id will be deprecated; use Object#object_id /Users/saulolopes/code/parla/spec/acceptance/support/paths.rb:13: warning: Object#id
2012 Oct 10
1
Set a windows environment variable from manifest
I want to setup java jdk and maven and need to set some environment variables that stick around after reboot. I also need to add to values to the path variable so I can call via the command line. What''s the best way to set permanent environment variables for windows via the manifest? Is there a custom type for this? Corey -- You received this message because you are subscribed to
2006 Jun 29
1
Samba PDC + ACL : default ACLs ignored on directory
Hi all, I use Debian Sarge and Samba 3.0.22 with ACLs. The server is a PDC. I have about 70 clients workstation running both Windows XP SP1 and SP2. All works pretty good, all but the directory copy, wich forget ACLs in a particular case : When a client copy a local directory on a samba share, the defaults ACLs aren't applied. But this problem comes only when the client local directory
2018 Jul 26
2
Is decoupling Apache + PHP into separate nodes possible?
<preamble> I have deployed Linux/Apache/PHP (node1) + MySQL (node2) with Security Groups (AWS) or iptables controlling who can connect to the MySQL server. In topology terms -- a 2 Tier architecture. In AWS - one can deploy several such instances behind a ELB. Each LAP instance talks to a MySQL RDS. The LAP instances are either mod_php or PHP-FPM. OS -- CentOS, Ubuntu. Debian
2006 Jul 20
11
Any good alternative to single-table-inheritance?
I''m looking to implement model inheritance in a new application. Is there any good alternative to single-table-inheritance? -- -Alder
2020 Aug 10
3
Question for smbios
I am reposting this because it's been 2 or 3 weeks. Hello, Hopefully this is the right place to send a question like this... I'm attempting to automate creation of VMs using virt-install and a cloud-init disk image. To get this to work, I need to specify the location of the cloud-init configs by passing smbios key/value pairs. Normally, -smbios is provided to qemu to do this. With
2009 Jun 11
2
Issue with files on glusterfs becoming unreadable.
elbert at host1:~$ dpkg -l|grep glusterfs ii glusterfs-client 1.3.8-0pre2 GlusterFS fuse client ii glusterfs-server 1.3.8-0pre2 GlusterFS fuse server ii libglusterfs0 1.3.8-0pre2 GlusterFS libraries and translator modules I have 2 hosts set up to use AFR with
2014 Oct 14
0
Running Icecast2 behind Amazon Elastic Load Balancer (ELB)
On 10/14/2014 12:56 PM, Matt Gray wrote: > Hi Thomas, > > We need a load balancer to allow for a single URL "entry point" to > multiple Icecast servers - we intend to host multiple Icecast servers > behind the load balancer so that we can expand / contract capacity as > required - we would add servers into the load balancer pool. This also > allows us to scale beyond
2012 Jul 05
3
Deploying a rails 3.2 app
Hello there, I have been working in a startup for a few weeks now, and I am responsible for setting up the production environment and for "strengthening" the product (a rails app). By the way I''ve started reading "Deploying rails" from pragprog. The deployment of the app will be done through a private beta with about 200 members. The startup currently owns a VPS