Re: [Puppet Users] Active Directory integration for Linux and Solaris - possible with Puppet ?

2015-08-31 Thread James A. Peltier
? Yes | Thanks in advance for the answers. You're welcome | With kind regards | Zalezny -- -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 604-365-6432 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca

Re: [Puppet Users] Continuous Availability

2015-02-19 Thread James A. Peltier
- Original Message - | I am trying to setup CA environment or puppet. How do i approach for the | solution and what are the options available? | Thank you in advance. Perhaps you're mixing two technologies? High Availability and Continuous Integration/Delivery/Deployment? -- James

Re: [Puppet Users] Puppet module

2015-02-15 Thread James A. Peltier
, for example r10k or puppet-librarian, which can be used to manage modules that get installed on the server in an environment. -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt

Re: [Puppet Users] concurrent r10k runs?

2015-01-19 Thread James A. Peltier
/011e02bf-0727-4d15-aca5-e8b8583c9f5e%40googlegroups.com | . | For more options, visit https://groups.google.com/d/optout . We use a lock file to ensure that only one R10K run can operate at a time. R10K does not work in a concurrent manner in our testing. -- James A. Peltier IT Services

Re: [Puppet Users] Q: Maintaining installation profiles and privisioning using puppet

2014-12-07 Thread James A. Peltier
| On Friday, 21 November 2014 19:11:37 UTC, James Peltier wrote: | | You are talking about merging provisioning and management of machines in | | such | | a way that Puppet would control all aspects of the infrastructure, | | including | | what OS would be provisioned on the bare metal

Re: [Puppet Users] Q: Maintaining installation profiles and privisioning using puppet

2014-11-21 Thread James A. Peltier
control all aspects of the infrastructure, including what OS would be provisioned on the bare metal and then how it would be maintained throughout its lifecycle using Puppet. It sounds like you're interested in Puppet Razor (https://docs.puppetlabs.com/pe/latest/razor_intro.html). -- James

Re: [Puppet Users] Managing multiple types of mounts

2013-08-24 Thread James A. Peltier
, | | } | | | | Sorry this is a mistype. It should be this | | mount { /export/homes: |device = /srv/homes, |fstype = none, |ensure = mounted, |options = bind, |atboot = true, | } | | | | -- | James A. Peltier | Manager, IT Services - Research Computing Group | Simon Fraser

[Puppet Users] Managing multiple types of mounts

2013-08-23 Thread James A. Peltier
can manage both the bind mount and the physical volume mount at the same time. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca

Re: [Puppet Users] Managing multiple types of mounts

2013-08-23 Thread James A. Peltier
, | fstype = none, | ensure = mounted, | options = bind, | atboot = true, | } | Sorry this is a mistype. It should be this mount { /export/homes: device = /srv/homes, fstype = none, ensure = mounted, options = bind, atboot = true, } -- James A. Peltier Manager

Re: [Puppet Users] repositories

2013-08-20 Thread James A. Peltier
entries | for /etc/yum.repos.d/puppetlabs.repo for the above? | Thanks. | --Stuart Something more useful would be lsb_release -a or the output of factor. This information is really not all that useful. -- -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser

Re: [Puppet Users] Deploying system configurations with another tool?

2013-07-05 Thread James A. Peltier
it entirely, not a chance. Just my 2c. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices “A successful person is one who can lay a solid

[Puppet Users] puppetlabs-apache module a2mod

2013-04-02 Thread James A. Peltier
exist at /etc/puppet/modules/development/apache/manifests/init.pp:69 on node I saw the ruby type and provider a2mod get installed when added to the development environment, but I'm not sure why this is failing. Any pointers? -- James A. Peltier Manager, IT Services - Research Computing

Re: [Puppet Users] puppetlabs-apache module a2mod

2013-04-02 Thread James A. Peltier
fat fingers. This is on RHEL 6.4, Puppet 2.7.21 (Server and Client). -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices

Re: [Puppet Users] How to apply condition such that jdk doesnt download if its already downloaded in the code given

2013-02-22 Thread James A. Peltier
to puppet-users@googlegroups.com. | Visit this group at http://groups.google.com/group/puppet-users?hl=en | . | For more options, visit https://groups.google.com/groups/opt_out . -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone

Re: [Puppet Users] Re: Puppet LVM create volume maximum size

2013-01-08 Thread James A. Peltier
able to get working: | * size | The size of the logical volume. Set to undef to use all available | space That's what the documentation says but there's no code in the current git repo to make it work. That patch adds support. It's still not been merged sadly. :( -- James A. Peltier Manager

Re: [Puppet Users] Systems Provisioning

2012-09-16 Thread James A. Peltier
. MCollective is certainly actively developed but perhaps that module is not. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices

Re: [Puppet Users] RHEL Kickstart and Puppet certificates

2012-09-12 Thread James A. Peltier
of the host. We have automation to commission/decommission hosts which generates or removes the certificate server side. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt

[Puppet Users] plugin sync and different platforms

2012-08-20 Thread James A. Peltier
? Is there a way to stop this from happening? -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people

Re: [Puppet Users] plugin sync and different platforms

2012-08-20 Thread James A. Peltier
- Original Message - | On Monday, August 20, 2012, James A. Peltier wrote: | | Hi All, | | | I'm trying to write some plugins that should only be sync'd if | | they're for a specific platform. For example, in our environment | | we're supporting Solaris, Ubuntu, Fedora, CentOS and Mac

Re: [Puppet Users] plugin sync and different platforms

2012-08-20 Thread James A. Peltier
- Original Message - | - Original Message - | | On Monday, August 20, 2012, James A. Peltier wrote: | | | | Hi All, | | | | | | I'm trying to write some plugins that should only be sync'd if | | | they're for a specific platform. For example, in our environment | | | we're

Re: [Puppet Users] Puppet hanging when listen turned on

2012-08-15 Thread James A. Peltier
, it just sits there and loops the above strace over and | over again. Telnet to 8139 doesn't work either. Ideas? | | | -- | James A. Peltier | Manager, IT Services - Research Computing Group | Simon Fraser University - Burnaby Campus | Phone : 778-782-6573 | Fax : 778-782-3045 | E-Mail : jpelt

[Puppet Users] Puppet hanging when listen turned on

2012-08-14 Thread James A. Peltier
? -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier Success is to be measured not so

Re: [Puppet Users] Pass array to a define

2012-08-11 Thread James A. Peltier
://forge.puppetlabs.com/puppetlabs/lvm | | -Stefan Great! But what happens if you want to specify multiple physical volumes be a member of a single data volume during creation. Is the expectation that you'd always specify a lvm:vg with the initial disk and then lvm:vg extend that volume? -- James A. Peltier

Re: [Puppet Users] Pass array to a define

2012-08-11 Thread James A. Peltier
for doing this. I found this online. $ifs = split($interfaces,,) define do_this { $mule = ipaddress_${name} $donkey = inline_template(%= scope.lookupvar(mule) %) notify { Found interface $donkey:; } } do_this { $ifs:; } -- James A. Peltier Manager, IT Services

Re: [Puppet Users] a complete solution for puppet

2012-07-26 Thread James A. Peltier
works quite well. Have fun! -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier

Re: [Puppet Users] why enterprise puppet does not use stored config and puppetdb

2012-07-25 Thread James A. Peltier
part, but it's informed speculation based on projects like The Foreman and others which don't yet work with it. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca

Re: [Puppet Users] Schema of dependency tree?

2012-07-25 Thread James A. Peltier
. | | | -- | Jakov Sosic | www.srce.unizg.hr Add graph = true to the agent section on your puppet client. Then look in /var/lib/puppet/state/graphs. You can then use dot to generate images of the dependencies. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser

Re: [Puppet Users] Nvidia driver install - condition for install

2012-07-03 Thread James A. Peltier
to | puppet-users+unsubscr...@googlegroups.com. | For more options, visit this group at | http://groups.google.com/group/puppet-users?hl=en. -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E

Re: [Puppet Users] Re: Setting up puppetmaster

2012-06-13 Thread James A. Peltier
ran into were making sure that the DNS names resolved correctly to the new host and that the new host SSL key was signed by the original CA -- James A. Peltier Manager, IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E

Re: [Puppet Users] Reusing host names with puppet and SSL certificates

2011-10-17 Thread James A. Peltier
. -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier I will do the best I can with the talent

Re: [Puppet Users] Re: Setting savedefult options with augeas/puppet

2011-10-16 Thread James A. Peltier
/grub.conf, changes = [ ins savedefault after /files/etc/grub.conf/title[.='Windows']/chainloader, ], } } -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca

Re: [Puppet Users] Re: Setting savedefult options with augeas/puppet (SOLVED)

2011-10-16 Thread James A. Peltier
/title[.='Windows']/savedefault 0, clear /files/etc/grub.conf/title[.='Windows']/savedefault,], } } Thanks again! -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca

Re: [Puppet Users] Re: Setting savedefult options with augeas/puppet

2011-10-16 Thread James A. Peltier
this is intended to do. This is intended to allow us to define which machines should boot Windows by default only. Setting the savedefault parameter on all would not perform the steps we want. -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778

Re: [Puppet Users] Re: Setting savedefult options with augeas/puppet

2011-10-13 Thread James A. Peltier
after chainloader +1 -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier I will do the best I can

[Puppet Users] Setting savedefult options with augeas/puppet

2011-10-12 Thread James A. Peltier
to deal with this and have a suggestion? -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http://www.sfu.ca/itservices http://blogs.sfu.ca/people/jpeltier

Re: [Puppet Users] Selecting repos

2011-07-12 Thread James A. Peltier
{install_alpine: command = '/usr/bin/yum -y install alpine --enablerepo=rpmforge', } } -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http

[Puppet Users] Enable yum repositories as needed

2011-06-24 Thread James A. Peltier
to enable and disable the repo afterwards? Can anyone please provide an example of how something like this may be accomplished? -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca

Re: [Puppet Users] provisioning bare metal (best practices)

2011-02-22 Thread James A. Peltier
this is a security risk since anyone on the network could pose as a machine if they knew that was the setup. ;) -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 778-782-6573 Fax : 778-782-3045 E-Mail : jpelt...@sfu.ca Website : http