[Puppet Users] puppet-module-tool question

2012-02-10 Thread Darin Perusich
The puppet-module-tool GIT pages says it's been converted into a puppet face and merged into puppet core. Does this make puppet-module obsolete or does it still need to be installed? I'm running puppet 2.7.9 but this "face" is not included so obviously it's not available. Can someone provide a lit

Re: [Puppet Users] puppet-module-tool question

2012-02-10 Thread Darin Perusich
On Fri, Feb 10, 2012 at 9:05 AM, Kelsey Hightower wrote: > On Feb 10, 2012, at 8:41 AM, Darin Perusich wrote: > >> The puppet-module-tool GIT pages says it's been converted into a >> puppet face and merged into puppet core. Does this make puppet-module >> obsolet

[Puppet Users] Announce: zypprepo module

2012-02-13 Thread Darin Perusich
Hello All, I'd like to announce the release of 'zypprepo', a client-side description of a zypper repository type. This Puppet type is a port of the 'yumrepo' type from the Puppet 2.7 code based and is available from Puppet Forge, link below. For those using puppet-module it can be easily installed

[Puppet Users] Announce: zypprepo module

2012-02-13 Thread Darin Perusich
Hello All, I'd like to announce the release of 'zypprepo', a client-side description of a zypper repository type. This Puppet type is a port of the 'yumrepo' type from the Puppet 2.7 code based and is available from Puppet Forge, link below. For those using puppet-module it can be easily installed

Re: [Puppet Users] puppet on solaris 11

2012-02-15 Thread Darin Perusich
Puppet package for solaris are available from OpenCSW.org and are kept up to date by the maintainer. You may find this easier and cleaner then mucking around with source and gem installs. -- Later, Darin On Wed, Feb 15, 2012 at 4:40 PM, Tim Dunphy wrote: > hello, > >  I've been asked to instal

[Puppet Users] limiting definition variable values

2012-02-20 Thread Darin Perusich
Hello, Can you limit the values which might be passed to a definition? I haven't been able to find any examples and anything I've tried based on reading the docs has been fruitless. I'm creating some templates for config files and certainly values are only allowed limited values. like ipv4, ipv6,

[Puppet Users] system poweroff/shutdown module

2012-03-06 Thread Darin Perusich
Hello, I was wondering if anyone's written a shutdown/poweroff module to take down some or all of the systems managed by puppet? A quick google search didn't come up with anything so i figured I'd ask before reinventing the wheel. The primary scenario I'm thinking of is there's an extended power o

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-03-12 Thread Darin Perusich
Hi Julien, While there is no "official" repo from puppet labs for OpenSuSE/SuSE systems, there is an up to date repo in OBS, home:/eclipseagent:/puppet, see link below. Ben, the maintainer, and I make a pretty good effort to ensure the packages are updated, tested, and include all those dependenci

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-03-12 Thread Darin Perusich
ill run SLES 10. > Even if SLES 10 isn't listed in the Supported Operating Systems page, puppet > (installed by hand) runs fine on it. > > Le lundi 12 mars 2012 14:03:20 UTC+1, Darin Perusich a écrit : >> >> http://download.opensuse.org/repositories/home:/eclipseagent:/p

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-03-14 Thread Darin Perusich
a new version ? > > Le lundi 12 mars 2012 15:26:19 UTC+1, Darin Perusich a écrit : >> >> You can still build for unsupported SuSE distro's via the build >> service, we're doing this in the server:monitoring repo for SLES10, >> you just need to manually add. them

Re: [Puppet Users] Mcollective for OpenSUSE

2012-03-14 Thread Darin Perusich
There's a .spec in the tarball that builds cleanly when you comment out the two %defines and manually set the version and release. The %defines cause a "Too many levels of recursion in macro expansion." error. -- Later, Darin On Wed, Mar 14, 2012 at 12:25 PM, Douglas Garstang wrote: > Sorry if

Re: [Puppet Users] Mcollective for OpenSUSE

2012-03-14 Thread Darin Perusich
Hi Douglas, On Wed, Mar 14, 2012 at 3:22 PM, Douglas Garstang wrote: > On Wed, Mar 14, 2012 at 9:59 AM, Darin Perusich wrote: >> There's a .spec in the tarball that builds cleanly when you comment >> out the two %defines and manually set the version and release. The >

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-03-29 Thread Darin Perusich
You can grab the .spec from the build service project or the srpm links below. http://download.opensuse.org/repositories/home:/eclipseagent:/puppet/ https://build.opensuse.org/project/show?project=home%3Aeclipseagent%3Apuppet -- Later, Darin On Thu, Mar 29, 2012 at 5:03 AM, r0k5t4r wrote: > H

Re: [Puppet Users] Regression in SUSE package for puppet-dashboard-1.2.7

2012-04-23 Thread Darin Perusich
Actually ruby(abi) is defined as a Provides in ruby.spec for SuSE, see link below, but I don't know why it fails to pick it up. You can simply force the puppet-dashboard package with --nodeps and it works just fine. https://build.opensuse.org/package/view_file?file=ruby.spec&package=ruby&project=o

[Puppet Users] puppetdb build fails on OpenSUSE systems with undefined method

2012-05-21 Thread Darin Perusich
Hello All, I'm attempting to build puppetdb on opensuse it's failing with the error "undefined method `downcase' for nil:NilClass". The Rakefile is setting @plibdir based on "osfamily = Facter.value(:osfamily).downcase" and osfamily is not a fact on OpenSUSE/SUSE systems. How should I work around

Re: [Puppet Users] puppetdb build fails on OpenSUSE systems with undefined method

2012-05-21 Thread Darin Perusich
Hi Deepak, On Mon, May 21, 2012 at 12:28 PM, Deepak Giridharagopal wrote: > Hi Darin, > > On Mon, May 21, 2012 at 9:39 AM, Darin Perusich wrote: >> >> Hello All, >> >> I'm attempting to build puppetdb on opensuse it's failing with the >> error &q

Re: [Puppet Users] Determining the syslog provider

2012-06-12 Thread Darin Perusich
On SuSE systems the init script determines which syslog daemon by the value of SYSLOG_DAEMON in /etc/sysconfig/syslog, the values can be "syslogd", "syslog-ng", "rsyslogd" or "" for autodetect. You should be able to leverage those to determine which logger to use. -- Later, Darin On Tue, Jun 12,

Re: [Puppet Users] Trying to get tagmail to work

2012-06-12 Thread Darin Perusich
Add tagmail to reports in puppet.conf on the server. -- Later, Darin On Tue, Jun 12, 2012 at 2:49 PM, Jason Knudsen wrote: > Hey guys, > > Relatively new to Puppet and I'm trying to setup tagmail to send all emails > to me: at one point I'll filter that down to errors and whatnot (based on > ta

[Puppet Users] storeconfgs not initializing database

2011-11-29 Thread Darin Perusich
Hello, I'm attempting to setup puppet 2.7.6 to use the storeconfigs but it's failing to create the database and I'm not seeing any error or messages in the logs related to initializing the database. I'm using mysql and have created the user/role and the database and I'm able to connect successfull

Re: [Puppet Users] storeconfgs not initializing database

2011-11-30 Thread Darin Perusich
** ** > > Bernd > > ** ** > > *Von:* puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] > *Im Auftrag von *Darin Perusich > *Gesendet:* Dienstag, 29. November 2011 22:49 > *An:* puppet-users@googlegroups.com > *Betreff:* [Puppet Users] storeconfgs no

Re: [Puppet Users] storeconfgs not initializing database

2011-11-30 Thread Darin Perusich
ttp://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_11.3/ Thanks! -- Later, Darin On Wed, Nov 30, 2011 at 8:44 AM, Darin Perusich wrote: > Hi Bernd, > > I've tried with and without dbsocket being set but it has no affect. > > -- > Later, &

[Puppet Users] File dependency not found when specified in a "define"

2011-12-05 Thread Darin Perusich
Hello All, I'm working on an ssh module and using a "define" to specify "non-standard" sshd_config options via templates. I basically want to add additional entries to the AllowGroups, set or unset Subsystem options, etc. Whenever I run "puppet agent --test --noop" against this modules is fails w

Re: [Puppet Users] File dependency not found when specified in a "define"

2011-12-06 Thread Darin Perusich
Hi Phillip, On Mon, Dec 5, 2011 at 4:26 PM, Phillip Frost wrote: > > On Dec 5, 2011, at 4:21 PM, Darin Perusich wrote: > > > Hello All, > > > > I'm working on an ssh module and using a "define" to specify > "non-standard" sshd_config opti

Re: [Puppet Users] Puppet Dashboard or Forman on SLES?

2011-12-09 Thread Darin Perusich
You can grab puppet-dashboard RPMs/SRPMs from the OpenSuSE build service for SLES and OpenSUSE. I build and deploy these from a local repository and they work great. I'm also in contact with the upstream OBS package maintainer providing patches, scripts, feedback, etc to ensure they're stable and w

Re: [Puppet Users] Re: File dependency not found when specified in a "define"

2011-12-09 Thread Darin Perusich
Hi John, On Wed, Dec 7, 2011 at 4:58 PM, jcbollinger wrote: > > On Dec 6, 7:59 am, Darin Perusich wrote: > > I have tried this by placing the 'define sshd_config' into a separate > file, > > /etc/puppet/modules/ssh/manifests/sshd_config.pp, and using "incl

Re: [Puppet Users] Puppet Dashboard or Forman on SLES?

2011-12-11 Thread Darin Perusich
Mike, I'd recommend pulling down the SRPM from the Open(SuSE) Build Service if you're thinking about at building packages for SuSE. Ben has put a lot of work and effort into packaging for Puppet and the dashboard on SuSE systems. We've SuSE'fied the init scripts, added them for the dashboard worke

Re: [Puppet Users] Re: File dependency not found when specified in a "define"

2011-12-12 Thread Darin Perusich
> >> In the first place, your definition is a bit screwey in that it cannot >> be instantiated more than once (you would get a duplicate resource >> error on File['sshd_config']). A definition creates a resource *type* >> but you're using it as if it created a single resource. >> >> And that leads

Re: [Puppet Users] LDAP Authentication and puppet?

2011-12-12 Thread Darin Perusich
On Mon, Dec 12, 2011 at 3:24 PM, Peter Berghold wrote: > > Has anybody managed to come up with a class or define that would query an > LDAP server for a hostgroup and create the home directories and apply a > skeleton to those directories based on the users in the host group? > If you're not usin

[Puppet Users] debugging ldap enc

2012-01-06 Thread Darin Perusich
Hello All, I'm trying to get LDAP Nodes working but it's failing on my puppet master with "err: Could not find default node or by name with 'node.example.com, node.example, node,' on node node.example.com", the client of course error's with "Could not retrieve catalog from remote server:". A revie

[Puppet Users] Re: debugging ldap enc

2012-01-06 Thread Darin Perusich
rk. I will clarify this note in the wiki w/the hopes it will save other such frustrations. -- Later, Darin On Fri, Jan 6, 2012 at 11:56 AM, Darin Perusich wrote: > Hello All, > > I'm trying to get LDAP Nodes working but it's failing on my puppet > master with "err: C

Re: [Puppet Users] scaling projections for dashboard database?

2012-01-09 Thread Darin Perusich
Hi Jo, The ibdata1 file only grows and never shrinks so I'd recommend setting/adding "innodb_file_per_table" in /etc/my.cnf. You'll need to go through the steps to purge it first, google is your friend, first but you'll now longer have the ever growing idbata1 file. You probably have a bunch of ol

Re: [Puppet Users] scaling projections for dashboard database?

2012-01-09 Thread Darin Perusich
an 9, 2012 at 3:43 PM, Jo Rhett wrote: > On Jan 9, 2012, at 11:30 AM, Darin Perusich wrote: > > The ibdata1 file only grows and never shrinks so I'd recommend > setting/adding "innodb_file_per_table" in /etc/my.cnf. You'll need to > go through the steps to purge i

Re: [Puppet Users] Multiple package install.

2012-08-31 Thread Darin Perusich
OBS has them. https://build.opensuse.org/package/show?package=open-vm-tools&project=Virtualization%3AVMware -- Later, Darin On Fri, Aug 31, 2012 at 2:54 PM, Jakov Sosic wrote: > Can you maybe provide SPEC files for those packages? I'm interested in > maintaining ESX tools packages in my compan

Re: [Puppet Users] Nagios and www-data users.

2012-09-05 Thread Darin Perusich
There should be a "nagcmd" group which both nagios and your apache user are members of. The nagios.cmd pipe should have permission of 0660 and ownership of nagios:nagcmd. If you were using check_mk livestatus then the livestatus.cmd socket would have the same perms and ownership. Usually this is t

[Puppet Users] writing providers

2012-09-25 Thread Darin Perusich
Hello All, Does anyone have any good documentation, with examples, on writing providers? I have both the puppet books and I've been reviewing the various providers that are distributed w/puppet and modules but I'm not seeing things like how to properly execute commands, best way to parse output,

Re: [Puppet Users] writing providers

2012-09-25 Thread Darin Perusich
cked out: > http://docs.puppetlabs.com/puppet/#hacking-and-extending > > If those aren't super helpful we'd love to make them better. > > > HTH, > Justin > > > On Tue, Sep 25, 2012 at 10:47 AM, Jakov Sosic wrote: >> On 09/25/2012 05:09 PM, Darin Pe

[Puppet Users] how to stop puppet from checking a service

2012-10-01 Thread Darin Perusich
Is there an way for puppet to not check whether a service is running or not? I'm basically looking for the equivalent of enable => manual for Linux systems, I think. This would be useful when the service itself is under the control of a CRM like Pacemaker or I want to give control of the service to

Re: [Puppet Users] Re: how to stop puppet from checking a service

2012-10-02 Thread Darin Perusich
On Mon, Oct 1, 2012 at 6:03 PM, jcbollinger wrote: > > > On Monday, October 1, 2012 3:56:42 PM UTC-5, Darin Perusich wrote: >> >> Is there an way for puppet to not check whether a service is running >> or not? I'm basically looking for the equivalent of enable =

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-10-22 Thread Darin Perusich
> These are packages build for suse and tested on my machine. > > Greetz, > Niels > > > Op donderdag 29 maart 2012 15:03:36 UTC+2 schreef Darin Perusich het > volgende: >> >> You can grab the .spec from the build service project or the srpm links >> below. >&

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-10-30 Thread Darin Perusich
Why did they put it in systemsmanagement:puppet:devel instead of systemsmanagement:puppet? Having a separate devel project seems kinda fragmented and unnecessary to me. Is the a reason for packaging it as a gem? I haven't done any ruby packaging in OBS, only perl, so i dont' know if that's preferr

Re: [Puppet Users] puppet modules for suse / sles !!!

2012-11-02 Thread Darin Perusich
Here's a couple types that you'll find useful. The puppet-apache-modules type provides support for adding/removing apache flags and modules on SuSE, you'll need to write an apache module but I'm sure you can merge it into other modules. Any of the puppet modules on my github have been had suse supp

Re: [Puppet Users] Puppet client won't autostart

2012-11-13 Thread Darin Perusich
This is systemd weirdness. I've run into this error before on SuSE with other init scripts and the fix was to reboot the machine. Then you won't get the "Loaded: error (Reason: No such file or directory)" anymore. -- Later, Darin On Tue, Nov 13, 2012 at 9:29 AM, Bret Wortman wrote: > It does no

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-11-21 Thread Darin Perusich
project=home%3Aaboe76%3Abranches%3Asystemsmanagement%3Apuppet%3Adevel >> >> devel project maintainer opensuse >> https://build.opensuse.org/project/show?project=systemsmanagement%3Apuppet%3Adevel >> >> official maintainer project: >> https://build.opensuse.or

Re: [Puppet Users] Puppet on OpenSuSE & SLES

2012-12-03 Thread Darin Perusich
EOL distro's can be enabled manually but you'll need to contact one of the the repo maintainers to do so. Click on the "users" tab in the webui and email one or all of the maintainers. -- Later, Darin On Fri, Nov 30, 2012 at 7:08 PM, Ashley Gould wrote: > On Mon, Nov 26, 2012 at 10:35:55PM -08

Re: [Puppet Users] Problems building puppet 3.x for SLES

2012-12-27 Thread Darin Perusich
Working packages for SLES, and all current SuSE releases, are available in open build service. These are the packages that feed the distributions. https://build.opensuse.org/package/show?package=puppet&project=systemsmanagement%3Apuppet -- Later, Darin On Wed, Dec 26, 2012 at 10:53 PM, Jagga So

[Puppet Users] puppetlabs-mysql module

2013-01-03 Thread Darin Perusich
Hello All, I'm never really sure whether to email the maintainers for modules or the list so I figure posting to the list is a good place to start;-) So I've started testing out the puppetlabs-mysql module today and I like what I'm seeing but have a few questions/critiques/concerns regarding the

Re: [Puppet Users] Splunk Module Development Recommendations

2013-01-08 Thread Darin Perusich
I've broken my splunk module in splunk::client for the forwarder and splunk::server for the server. Both inherit splunk which realizes the user and group, i don't let the splunk packages create them cuz they're created as non-system accounts which collide with ldap accounts, and creates the init sc

Re: [Puppet Users] changing the root password on PUPPET master and init.pp

2013-01-11 Thread Darin Perusich
You need to supply the encrypted password in the manifest. -- Later, Darin On Thu, Jan 10, 2013 at 4:55 PM, DJames wrote: > I understand that you must change the password on the host itself first, > then change the password in /etc/puppet/modules/users/manifests/init.pp > > what makes the passw

[Puppet Users] shared header across multiple defined types via concat

2013-02-12 Thread Darin Perusich
Hello All, I have two defined types which I'd like to share a common, realized header concat resource but when both are declared in a manifest the header is only applied to one of the types. When the headers are declared independently for each type the work but that's is a bunch of nearly identica

Re: [Puppet Users] Re: Installing on SLES 11.2?

2013-02-15 Thread Darin Perusich
There should be no reason to add any repo's other then systemsmanagement:puppet for dependencies. The deps should be created as packages links to the which ever development repo they reside in. Any discussion regarding this should be taken off the puppet list and moved onto the opensuse-buildservi

Re: [Puppet Users] shared header across multiple defined types via concat

2013-02-15 Thread Darin Perusich
Hi Felix, On Thu, Feb 14, 2013 at 7:07 AM, Felix Frank wrote: > So basically you want all generated files to use the same header > template? Hmm. This is correct. > I believe what you want is another defined type that represents "the > header snippet for a specific pam config file" and declares

Re: [Puppet Users] shared header across multiple defined types via concat

2013-02-15 Thread Darin Perusich
ng" defines have > unique names of their own. Right, that was my dump mistake. It still doesn't take away from the fact that the header will be added multiple times. > HTH, > Felix > > On 02/15/2013 03:31 PM, Darin Perusich wrote: >>> > I believe what you want is

[Puppet Users] [Announce] Puppet Request Tracker Module

2013-05-14 Thread Darin Perusich
This is a cross-list post. I'd like to announce the initial release of a puppet request-tracker module, darin-rt, for managing Request Tracker. The module will install request-tracker and database packages, install request-tracker extensions (if packages are available in the repo), and create basi

Re: [Puppet Users] Announce: Puppet 3.2.3 Available

2013-07-19 Thread Darin Perusich
FWIW Puppet Labs could really simplify the creation of packages for linux distributions by leveraging the Open Build Service, formerly OpenSUSE Build Service. All you need to do to add a distribution is check a box and which architectures and the systems will automagically build and deploy the pack

[Puppet Users] migrating to puppetdb

2013-09-05 Thread Darin Perusich
Hello All, I'm looking to migrate from ActiveRecord to PuppetDB for storeconfigs and was going to export the existing data with "puppet storeconfigs export", sounds simple enough. The problem I'm hitting is the export attempts to connect to a sqlite3 DB but I'm using mysql for storeconfigs. The he

Re: [Puppet Users] migrating to puppetdb

2013-09-06 Thread Darin Perusich
Hi Ken, Adding the storeconfigs setting to [main] got things working. This sounds like an bug/issue to me, or at a minimum something that needs to be specified int he documentation. I'll file and issue. Thanks! -- You received this message because you are subscribed to the Google Groups "Puppe

Re: [Puppet Users] Puppet SSL cipher suites

2013-09-12 Thread Darin Perusich
If you're running your puppet master via apache +passenger set in your apache configuration. On Sep 12, 2013 5:41 PM, "Gabriel Filion" wrote: > Hey there, > > I looked up puppet.conf documentation and there doesn't seem to be any > option to choose which SSL cipher suites are used for communicati

Re: [Puppet Users] Re: SSH configuration Question

2013-09-16 Thread Darin Perusich
I wrote an ssh_config defined type, unpublished, to manage every sshd config value. This allowed me to set custom options like $port, $allowgroups, create $match and $match_conditions, etc, on a server by servers basis. -- Later, Darin On Mon, Sep 16, 2013 at 12:02 PM, jcbollinger wrote: > > > O

[Puppet Users] Array being flattened

2013-09-19 Thread Darin Perusich
Hello All, I've run into an issue where an array that's being passed into a defined type is being "flattened" when it's inclosed in double quotes and I'm not sure how to get around this. This is happening a the pdxcat/amanda module and I've raised an github issues for this but wanted to query the

Re: [Puppet Users] Re: Array being flattened

2013-09-19 Thread Darin Perusich
On Thu, Sep 19, 2013 at 3:33 PM, jcbollinger wrote: > > > On Thursday, September 19, 2013 9:13:59 AM UTC-5, Darin Perusich wrote: >> >> Hello All, >> >> I've run into an issue where an array that's being passed into a >> defined type is being "

Re: [Puppet Users] PuppetDB 1.4.0 on OpenSuSE

2013-09-26 Thread Darin Perusich
Jeff, I've packaged puppetdb for OpenSUSE/SLES. all versions, and it's available in the systemsmanagement:puppet repository. It builds puppetdb fully from source, no binary blobs, has SuSE compatible init/systemd scripts, etc. Download Top level for all repos: http://download.opensuse.org/reposit

Re: [Puppet Users] Help with scaling puppetdb/postgres

2013-10-24 Thread Darin Perusich
Have you tuned PG? You can run pgtune, http://pgfoundry.org/projects/pgtune, and it'll set sizes for postgresql.conf based on the resources available on the postgres server. -- Later, Darin On Thu, Oct 24, 2013 at 11:55 AM, David Mesler wrote: > Hello, I'm currently trying to deploy puppetdb to

Re: [Puppet Users] Problem with PuppetDB and OpenSSL

2013-11-27 Thread Darin Perusich
On Wed, Nov 27, 2013 at 9:55 AM, Ken Barber wrote: >> I run all my Puppetised servers on CentOS 6.4. Overnight there were a load >> of updates for CentOS including an update to openssl-1.0.1e-15.el6. Since >> installing the updates, PuppetDB is no longer working and seems to be having >> troubles

Re: [Puppet Users] Puppetlabs/Apache 0.10.0 Release

2013-12-10 Thread Darin Perusich
On Tue, Dec 10, 2013 at 3:58 AM, William Van Hevelingen wrote: > A couple of days ago we released puppetlabs/apache 0.10.0, and as busy as > all involved people were we were to accomplish the release they are now > equally > busy to do other amazing things. > > http://forge.puppetlabs.com/puppetl

Re: [Puppet Users] Puppetlabs/Apache 0.10.0 Release

2013-12-11 Thread Darin Perusich
tting command line flags for httpd2. > > > On Tue, Dec 10, 2013 at 5:18 AM, Darin Perusich wrote: >> >> On Tue, Dec 10, 2013 at 3:58 AM, William Van Hevelingen >> wrote: >> > A couple of days ago we released puppetlabs/apache 0.10.0, and as busy >> &g

Re: [Puppet Users] Puppet User Administration, set password only at creating of user-accounts

2014-01-13 Thread Darin Perusich
I filed a feature request for this about a year ago. https://tickets.puppetlabs.com/browse/PUP-1331 https://projects.puppetlabs.com/issues/15037 -- Later, Darin On Mon, Jan 13, 2014 at 2:56 PM, Jose Luis Ledesma wrote: > Would be nice to have something like 'initial_password' in the user resour

Re: [Puppet Users] Reg : War deployment with Puppet

2014-01-30 Thread Darin Perusich
Usually package into an RPM, but not always, which installs into something like /usr/{lib|share}/package/something.war and then create a link to it from the tomcat webapps directory. Tomcat's autodeploy will take care of unpacking it. -- Later, Darin On Thu, Jan 30, 2014 at 3:13 PM, Matthew Schm

Re: [Puppet Users] Re: introducing puppetboard 0.0.1

2014-02-13 Thread Darin Perusich
You should SR it for the OpenSUSE systems:management:puppet repo so its available along with puppetdb and puppet. On Feb 13, 2014 5:32 PM, "Niels Abspoel" wrote: > Hi Daniele, > > Thanks for the update in the Readme with the Archlinux Packages. > > Would you like to have opensuse/suse support pac

Re: [Puppet Users] Ideas to allow users only on certain servers

2014-03-13 Thread Darin Perusich
Use LDAP so you have a single source for users and limit access w/groups and ssh allowgroups. Check out OpenDJ if you need a powerful and easy to setup LDAP server. On Mar 13, 2014 5:52 PM, "Philippe Conway" wrote: > So at my organization, we have different departments that should only have > acc

Re: [Puppet Users] Heartbleed and Puppet-Supported Operating Systems

2014-04-10 Thread Darin Perusich
You've listed SLES 11 as vulnerable, it is not. However OpenSUSE 12.3 and 13.1 are affected and patches have been released. http://support.novell.com/security/cve/CVE-2014-0160.html http://lists.opensuse.org/opensuse-security-announce/2014-04/msg5.html On Apr 10, 2014 1:22 AM, "Eric Sorenson"

Re: [Puppet Users] SuSe SLES: error when refreshing puppet yum repository

2014-06-12 Thread Darin Perusich
build.opensuse.org is the OBS project location where the packages are managed/built. Successfully built packages are published at download.opensuse.org, so for SLES use the below repo URL. http://download.opensuse.org/repositories/systemsmanagement:/puppet/SLE_11_SP3/ -- Later, Darin On Thu, Ju

Re: [Puppet Users] SuSe SLES: error when refreshing puppet yum repository

2014-06-13 Thread Darin Perusich
t ask to install a solvable providing puppet > Solution 2: break rubygem-ruby-shadow by ignoring some of its dependencies > Choose from above solutions by number or cancel [1/2/c] (c): c > > Am Donnerstag, 12. Juni 2014 18:09:14 UTC+2 schrieb Darin Perusich: >> >> build.opensus

[Puppet Users] Could not find or load main class com.puppetlabs.puppetdb.core

2014-06-13 Thread Darin Perusich
Hello, I'm attempting to build puppetdb-2.0.0 from source and the resulting jar fails to start and errors with "Could not find or load main class com.puppetlabs.puppetdb.core". When inspecting the puppetdb.jar it doesn't contain any of the classes so it would appear that 'lein uberhar' is failing

[Puppet Users] puppet CLA

2014-08-14 Thread Darin Perusich
I'm trying to "sign" this new github linked CLA and it's saying the my email address is already taken, which I'm guessing is because my puppetlabs and github accounts share a common email address. How can I get around this annoyance? -- Later, Darin -- You received this message because you are s

Re: [Puppet Users] puppet CLA

2014-08-14 Thread Darin Perusich
https://tickets.puppetlabs.com/browse/CLA-4 -- Later, Darin On Thu, Aug 14, 2014 at 8:59 AM, Ken Barber wrote: >> I'm trying to "sign" this new github linked CLA and it's saying the my >> email address is already taken, which I'm guessing is because my >> puppetlabs and github accounts share a c

Re: [Puppet Users] Encrypting /var/lib/puppet directory on clients

2014-08-21 Thread Darin Perusich
As mentioned, you'll gain no additional security while the volume since anyone who can log into the machine and switch to the root/puppet users will be able to access said data. However there are solutions which provide encryption and fine grained access control which remove the ability for any "

Re: [Puppet Users] how to force a zypper refresh?

2014-08-25 Thread Darin Perusich
Use the zypprepo module to managing your zypper repositories. https://forge.puppetlabs.com/darin/zypprepo puppet module install darin-zypprepo -- Later, Darin On Mon, Aug 25, 2014 at 10:35 AM, randal cobb wrote: > Hello all, > > I'm trying to solve an issue with Puppet and I'm hoping you can h

Re: [Puppet Users] Using Puppetdb-terminus via rubygems...?

2014-12-08 Thread Darin Perusich
On Mon, Dec 8, 2014 at 5:01 AM, Ken Barber wrote: >> We have entirely-gem based Puppet masters (no Ubuntu packages installing >> Puppet)... we're trying to add in the puppetdb-terminus gemfile. We have it >> configured, and installed: >> >> >> # gem list | grep -i puppet >> hiera-puppet (1.0.0) >>

Re: [Puppet Users] Using Puppetdb-terminus via rubygems...?

2014-12-09 Thread Darin Perusich
com > > > > On Mon, Dec 8, 2014, at 09:19 PM, Matt Wise wrote: > > +1 > > Matt Wise > Sr. Systems Architect > Nextdoor.com > > On Mon, Dec 8, 2014 at 9:34 AM, Darin Perusich wrote: > > On Mon, Dec 8, 2014 at 5:01 AM, Ken Barber wrote: >>> We