[Puppet Users] puppet-agent source package for debian

2015-08-17 Thread Jacob Larsen
via apt-get source + dpkg-buildpackage. Why does it not have a source package? The .debs are built somehow, which means that the contents of the source package should already be available. Any suggestions for getting this running with the latest stable puppet release? /Jacob -- You received

Re: [Puppet Users] Validating more than one type of data structure at a time

2015-06-03 Thread Jacob McCoy Wade
This would be a nice elegant solution, however we have not turned the future parser on quite yet. I will certainly keep this function in mind though in the future. On Jun 3, 2015, at 5:56 AM, Henrik Lindberg henrik.lindb...@cloudsmith.com wrote: On 2015-03-06 6:26, Jacob McCoy Wade wrote

Re: [Puppet Users] Validating more than one type of data structure at a time

2015-06-03 Thread Jacob McCoy Wade
from stdlib) which return true or false but dont fail. if ( is_string($myvar) or is_hash($myvar) ) { ... } else { fail('not a string or a hash') } Regards Craig On Wed, Jun 3, 2015 at 6:26 AM, Jacob McCoy Wade djsto...@gmail.com wrote: I am trying to find out how I can validate

[Puppet Users] Validating more than one type of data structure at a time

2015-06-02 Thread Jacob McCoy Wade
I am trying to find out how I can validate more than one type of data structure for a given value in a manifest? In particular I would like to be able to have either a string or a hash be a valid data structure. Something like: if ($myvar != false) { validate_string($myvar) ||

Re: [Puppet Users] r10k and dynamic environments

2014-03-26 Thread Jacob Fleming-Gale
-nohiera.git' basedir: '/etc/puppetlabs/puppet/environments' :hieradata: remote: 'git://localhost/puppet-hieradata.git' basedir: '/etc/puppetlabs/puppet/hieradata' :purgedirs: - '/etc/puppetlabs/puppet/environments' Regards Jacob On 26 March 2014 17:40

Re: [Puppet Users] Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError:

2014-01-19 Thread Jacob Fleming-Gale
Hi Jyotir, The filename and the defined type names need to be the same, you can either rename the define to accounts::system_users or rename the file to system.pp Jacob On 20 January 2014 14:52, jyotir bhandari jyotirbhand...@gmail.com wrote: Hi I am getting error when i try to add system

Re: [Puppet Users] matching all current ipaddress_ethX facts

2013-12-02 Thread Jacob Fleming-Gale
the has_ip_network function that's part of puppet-stdlib may help, it matches all interfaces against a network address and return a boolean if a match is found. https://github.com/puppetlabs/puppetlabs-stdlib#has_ip_network On 3 December 2013 04:18, jcbollinger john.bollin...@stjude.org wrote:

Re: [Puppet Users] Problems with Fact returning the version of an installed RPM.

2013-11-15 Thread Jacob Fleming-Gale
Hi Richie, Using the iptables_version fact thats part of the puppetlabs firewall module, you can tweak that to change the command to return the rpm version as in Dan's example. The below code will return the full version string for the sqlite rpm Jacob Facter.add(:sqlite_version) do confine

Re: [Puppet Users] Firewall Issues

2013-11-05 Thread Jacob Fleming-Gale
Hi Danny, Are you able to post the contents of the classes containing the firewall resources? Jacob On Wednesday, November 6, 2013, Danny Roberts wrote: We are using the puppetlabs-firewall module ( https://forge.puppetlabs.com/puppetlabs/firewall) and we were having the issue where

Re: [Puppet Users] Puppet Templates to cope with potential multiple sessions settings in the config file

2013-11-04 Thread Jacob Fleming-Gale
%=%= item % PROCESS_FOOTPRINT.Component%= index %-%= item % % } -% ~~~ Regards Jacob On 4 November 2013 21:31, Richie Rees richard.ree...@gmail.com wrote: Hi, Here is my dilemma, have a class that installs an rpm then copies over the configuration

[Puppet Users] Re: escape sequence within generate function

2013-08-02 Thread Jacob McCoy Wade
On Friday, August 2, 2013 6:43:01 AM UTC-7, jcbollinger wrote: On Thursday, August 1, 2013 2:37:03 PM UTC-5, Jacob McCoy Wade wrote: The closest I've come is to use: $random_1 = generate('/bin/sh', '-c', '\/bin/cat /dev/urandom | /usr /bin/tr -dc \'a-z0-9\' | /usr/bin/fold -w 8 | /usr

[Puppet Users] escape sequence within generate function

2013-08-01 Thread Jacob McCoy Wade
I'm looking for some help in getting the proper escape sequence within the generate function. Ultimately what I'm trying to do is generate some random strings, store them as variables, and use those variables to populate configuration files stored as templates. I can get this to work when

[Puppet Users] puppet dashboard run time problems

2012-12-20 Thread Jacob
. Has anyone seen this or have any pointers? Thanks //Jacob. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/nvVmFMCSfp0J. To post to this group, send email

Re: [Puppet Users] Re: puppet-dashboard - rake API not working

2012-11-21 Thread Jacob
' Op woensdag 21 november 2012 08:12:48 UTC+1 schreef Jacob het volgende: I don't get the expected output... (a list of my nodes).. only the deprecation warning. Il giorno martedì 20 novembre 2012 18:37:49 UTC+1, Bruno Leon ha scritto: Does it fail or only warn ? I can only see

Re: [Puppet Users] Re: puppet-dashboard - rake API not working

2012-11-20 Thread Jacob
11:36:17 PM Jacob wrote: Thanks :) Now I get snip # sudo -u puppet-dashboard rake -f /usr/share/puppet-dashboard/Rakefile 'node:list' (in /usr/share/puppet-dashboard) DEPRECATION WARNING: Rake tasks in vendor/plugins/delayed_job/tasks are deprecated. Use lib/tasks instead. (called from

[Puppet Users] puppet-dashboard - rake API not working

2012-11-19 Thread Jacob
/share/puppet-dashboard/vendor/rails/railties/lib/tasks/rails.rb:10) /snip ...I fail to find any info on this online ... has anyone else seen this? Thanks, //Jacob. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion

[Puppet Users] Re: puppet-dashboard - rake API not working

2012-11-19 Thread Jacob
gems:refresh_specs' Stefan On Monday, November 19, 2012 10:11:35 AM UTC+1, Jacob wrote: Hello all, I am quite new to the puppet arena, but I am really impressed with puppet as a tool and the possibilities it gives you with regards to managing many systems. I am running dashboard

Re: [Puppet Users] how to link items together -- all happen together?

2011-12-08 Thread Jacob Helwig
= Package['foo'], } service { 'foo': ensure = running, subscribe = File['/etc/foo/foo.conf'], Package['foo'], } Both subscribe and require will setup ordering between resources. -- Jacob Helwig http://technosorcery.net/about/me signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] puppetlabs-firewall: source param as array

2011-11-29 Thread Jacob Helwig
. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] is_virtual fact

2011-11-23 Thread Jacob Helwig
or not $is_virtual == 'true'. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Puppet Windows: scheduled_task : TypeError

2011-11-23 Thread Jacob Helwig
Task Scheduler APIs, which support this, then it would be possible for someone to write another provider that supported this. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Puppet Windows: scheduled_task : TypeError

2011-11-23 Thread Jacob Helwig
On 2011-11-23 15:53 , Mohamed Lrhazi wrote: Thanks JacobDid that answer my TypeError as well? No, a stack trace would help for that. -- Jacob Helwig http://about.me/jhelwig Mohamed. On Wed, Nov 23, 2011 at 5:28 PM, Jacob Helwig ja...@puppetlabs.com wrote: On 2011-11-23 13:02

Re: [Puppet Users] Puppet Windows: msi packages removal

2011-11-22 Thread Jacob Helwig
being more problematic or not, but I certainly welcome discussion from people who are actually doing real systems management using Puppet on Windows. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Puppet not picking up new configs

2011-11-21 Thread Jacob Helwig
of the caching that puppet does: Since puppet caches successfully compiled files until it notices that they've changed, it won't go back to re-compile the nodes.pp (and pick up the new nodes/hostname.pp files) until nodes.pp itself needs a recompile. -- Jacob Helwig http://about.me/jhelwig

Re: [Puppet Users] Installing puppet agent on Windows XP

2011-11-21 Thread Jacob Helwig
the instructions. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] struggling with vcsrepo, git, latest

2011-11-21 Thread Jacob Helwig
started trying to clean it up in my spare time[0], but don't have anything actually ready to merge back into the main repo yet. [0] https://github.com/jhelwig/puppet-vcsrepo/tree/rework-git-provider -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Using regex to ensure package version

2011-11-18 Thread Jacob Helwig
something in the 1.2.3 series. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] puppet agent 2.7 on windows

2011-11-18 Thread Jacob Helwig
. The 'puppet config print all' is getting the settings from the internal defaults of Puppet itself, so it's not really fetching them from anywhere. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

[Puppet Users] Open Source Team update 2011-11-17

2011-11-17 Thread Jacob Helwig
is not authoritative over client environment when specified in an ENC * #3534 - Dashboard should support ability to set variables as arrays in the ENC * #2247 - enablerepo and disablerepo for yum type -- Jacob Helwig http://about.me/jhelwig signature.asc Description

Re: [Puppet Users] Rounding in variable expressions

2011-11-15 Thread Jacob Helwig
be a bunch of good examples of how to do this in the stdlib[0] repo in lib/puppet/parser/functions. [0] https://github.com/puppetlabs/puppetlabs-stdlib/ -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] WinXP Agent SSL issue/Increase TLS timeout on Puppet Master?

2011-11-09 Thread Jacob Helwig
-- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Starting out with puppet and capistrano

2011-11-09 Thread Jacob Helwig
} strategy.deploy! end after :deploy, 'deploy:cleanup' end -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] Starting out with puppet and capistrano

2011-11-09 Thread Jacob Helwig
of it. -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] puppet facter timeout

2011-11-07 Thread Jacob Helwig
to keep an eye on the Ubuntu bug for this[0]. [0] https://bugs.launchpad.net/ubuntu/+source/facter/+bug/885998 -- Jacob Helwig http://about.me/jhelwig signature.asc Description: OpenPGP digital signature

Re: [Puppet Users] upgrade puppet Ubuntu 10.04

2011-11-03 Thread Jacob Helwig
://bugs.launchpad.net/ubuntu/+source/puppet [2] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server [3] https://bugs.launchpad.net/ubuntu/lucid/+source/facter/+bug/876130 [4] https://bugs.launchpad.net/ubuntu/lucid/+source/facter/+bug/732953 -- Jacob Helwig http://about.me/jhelwig

Re: [Puppet Users] 2.7.6 yumrepo not working

2011-11-01 Thread Jacob Helwig
It's the dashes at the end of variable names problem. Try ...${operatingsystem}-${operatingsystemrelease}-${architecture} instead. On 2011-11-01 09:07 , Len Rugen wrote: You probably need to escape some of this, part of ours- .repo/\$releasever/\$basearch puppet/factor shouldn't resolve

Re: [Puppet Users] 2.7.6 yumrepo not working

2011-11-01 Thread Jacob Helwig
was overlooking normal variable semantic (like in shell). Strange thing my prior setup worked fine in 2.6, 2.7 broke it. -Chris On Tue, Nov 1, 2011 at 12:40 PM, Jacob Helwig ja...@puppetlabs.com mailto:ja...@puppetlabs.com wrote: It's the dashes at the end of variable names problem

Re: [Puppet Users] Passing a variable to exec?

2011-10-20 Thread Jacob Helwig
Change your single quotes to double quotes and it should just work. On Thu, Oct 20, 2011 at 16:42, Parker Johnson pjoh...@yahoo.com wrote: I am trying to grow a logical volume on AIX depending on the size of the running kernel. I've got all of the custom facts setup. Now I just need to

Re: [Puppet Users] Type reference, Puppet versions

2011-10-14 Thread Jacob Helwig
you need I believe ? I think he wants something more along the lines of the since sections you can create with newer versions of YARD when documenting methods. For for example: http://rubydoc.info/gems/octocat_herder/0.1.1/OctocatHerder/PullRequest#diff_text-instance_method -- Jacob Helwig

Re: [Puppet Users] how to check if a hash/array is empty or not in puppet .pp/module (not in template)?

2011-10-13 Thread Jacob Helwig
manifests end up looking much cleaner. http://docs.puppetlabs.com/guides/custom_functions.html -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Re: Problem with custom function returning array

2011-10-13 Thread Jacob Helwig
Did you topo part of the function definition, or does it actually have 'returnsources' at the end of the newfunction block? You should have 'return sources', 'sources', or just leave that bit off, since 'sources puppet:///files/common/#{filename}' will return the value of sources. -- Jacob

Re: [Puppet Users] Python yaml help

2011-10-12 Thread Jacob Helwig
] about exactly this kind of issue. Could it be a loading issue where your class isn't actually getting loaded? [0] https://groups.google.com/d/topic/puppet-dev/bWMaEHZIBNg/discussion [1] https://groups.google.com/forum/#!topic/puppet-users/7e2modoyywA -- Jacob Helwig signature.asc Description

Re: [Puppet Users] Python yaml help

2011-10-12 Thread Jacob Helwig
On Wed, 12 Oct 2011 17:13:36 -0400, Mohamed Lrhazi wrote: On Wed, Oct 12, 2011 at 5:04 PM, Jacob Helwig ja...@puppetlabs.com wrote: On Wed, 12 Oct 2011 11:01:28 -0400, Mohamed Lrhazi wrote: Sorry for being off topic. am trying the following and yaml fails to construct the object

Re: [Puppet Users] file server not right directory?

2011-10-12 Thread Jacob Helwig
, But that did not make a difference. Please help. Does /etc/mysql exist on the client machine? -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] file server not right directory?

2011-10-12 Thread Jacob Helwig
On Wed, 12 Oct 2011 17:49:20 -0400, olympus stance wrote: Hi Jacob, My init.pp file is a symbolic link to the mysql-server.pp in the classes directory. It looks like this: --- class mysql-server { package { mysql-server: ensure = installed } package { mysql-client: ensure

Re: [Puppet Users] Issues switching over to using environments

2011-10-11 Thread Jacob Helwig
, then you'd have the layout as /etc/puppet/prod/modules/generic_node/files/etc/ssh/sshd_config and the source line as puppet://lou1/modules/generic_node/etc/ssh/sshd_config -- Jacob Helwig On Tue, 11 Oct 2011 15:26:16 -0400, Deven Phillips wrote: Date: Tue, 11 Oct 2011 15:26:16 -0400 From

[Puppet Users] Open Source Team iteration planning summary 2011-10-07

2011-10-07 Thread Jacob Helwig
client environment when specified in an ENC * #3534 - Dashboard should support ability to set variables as arrays in the ENC * #2247 - enablerepo and disablerepo for yum type -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Review of new type provider

2011-09-21 Thread Jacob Helwig
mount type repo. [1] https://github.com/puppetlabs/puppetlabs-mount-providers -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

[Puppet Users] Announcing a new committer, plans for adding committers, and new mailing list.

2011-09-21 Thread Jacob Helwig
. [1] https://groups.google.com/group/puppet-ci [2] https://jenkins.puppetlabs.com -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

[Puppet Users] Open Source Team iteration planning summary 2011-09-19

2011-09-19 Thread Jacob Helwig
delivered via pluginsync don't work. * #5517 - Overriding parameters on included inherited classes * #3741 - Custom facts loaded multiple times * #4916 - Plugins should not be able to override core functionality. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd

[Puppet Users] Open Source Team iteration planning summary 2011-09-12

2011-09-12 Thread Jacob Helwig
functionality. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] Using Puppet to reset admin passwords on Windows

2011-09-07 Thread Jacob Helwig
to do this that doesn't require specifying the password in plain-text in the Puppet manifest. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] What came first, the user or the group?

2011-09-01 Thread Jacob Helwig
relationships item in the Open Source Team's roadmap[1]. [1] http://projects.puppetlabs.com/projects/puppet/wiki/Road_map -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

[Puppet Users] Open Source Team iteration planning summary 2011-08-26

2011-08-26 Thread Jacob Helwig
- Overriding parameters on included inherited classes * #3741 - Custom facts loaded multiple times * #4916 - Plugins should not be able to override core functionality. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig

Re: [Puppet Users] Circular RPM dependencies...

2011-08-25 Thread Jacob Helwig
=absent. But if some package requires some of the absent pacakges, what happens then? I would expect Puppet to end up installing and uninstalling packages every run, since it has no knowledge of the package dependencies. -- Jacob Helwig , | Join us for PuppetConf, September 22nd

Re: [Puppet Users] dashboard 1.1.1 with filebucket doesn't show contents of the new file

2011-08-22 Thread Jacob Helwig
Dashboard, the new files will never be in the filebucket. You might want to have a look at #7934[1], which is a ticket around this. The new file's md5 will no longer be linked once this gets released. [1] https://projects.puppetlabs.com/issues/7934 -- Jacob Helwig , | Join us

[Puppet Users] Open Source Team iteration planning summary 2011-08-19

2011-08-19 Thread Jacob Helwig
/puppetlabs/puppet-dashboard/pull/16 -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] ANNOUNCE: Puppet 2.7.3

2011-08-16 Thread Jacob Helwig
It's not just you. Unfortunately, it's down right now. Seems to be a hosting issue, so hopefully they'll get things sorted out quickly. On Tue, Aug 16, 2011 at 16:16, David L Ballenger d...@davidlballenger.comwrote: Okay, I'll file a bug report on this later today. I seem to be having

[Puppet Users] Open Source Team iteration planning summary 2011-08-14

2011-08-15 Thread Jacob Helwig
work. * #5517 - Overriding parameters on included inherited classes -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] Upgrading 0.25.5 to 2.7.1

2011-07-27 Thread Jacob Helwig
one? If the new 2.7.1 master had generated a new certificate, I would expect to get the errors you're seeing. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

[Puppet Users] Open Source Team iteration planning summary 2011-07-27

2011-07-27 Thread Jacob Helwig
for Windows * #8413 - Ability to run Puppet as an agent on Windows [1] http://projects.puppetlabs.com/issues/8272#note-6 -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] Puppet/facter and update reporting

2011-07-23 Thread Jacob Helwig
the collection functionality that you get with MCollective. I'm afraid I haven't played around with it as much as I'd like, but I'm sure others can chime in with details. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig

[Puppet Users] So, what happened to the old Open Source Team backlog anyway?

2011-07-22 Thread Jacob Helwig
- Server is not authoritative over client environment when specified in an ENC * #2247 - enablerepo and disablerepo for yum type * #3534 - Dashboard should support ability to set variables as arrays in the ENC -- Jacob Helwig , | Join us for PuppetConf, September

[Puppet Users] Open Source Team iteration planning summary 2011-07-20

2011-07-21 Thread Jacob Helwig
] https://github.com/ChaseMotorman/puppet/tree/win32-discovery -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] tolower()??

2011-07-21 Thread Jacob Helwig
tested against the current master branch of Puppet, so your mileage may vary. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc Description: Digital signature

Re: [Puppet Users] tolower()??

2011-07-21 Thread Jacob Helwig
://github.com/puppetlabs/puppetlabs-functions/blob/master/lib/puppet/parser/functions/downcase.rb Nan So, why don't we have downcase in core Puppet? :-\ -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly/puppetconfsig ` signature.asc

Re: [Puppet Users] Re: Puppet 2.6.x fate

2011-07-14 Thread Jacob Helwig
ticket before filing a new one, but it's not like we'll get angry if you don't spot that it's duplicate. [1] https://projects.puppetlabs.com/account/register [2] https://projects.puppetlabs.com/projects/puppet/issues/new -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd

[Puppet Users] Open Source Team iteration planning summary 2011-07-13

2011-07-13 Thread Jacob Helwig
* #8408 - Local user provider for Windows * #8409 - Local group provider for Windows * #8410 - Exec provider for Windows * #8411 - File type working on Windows * #8412 - MSI package provider for Windows * #8413 - Ability to run Puppet as an agent on Windows -- Jacob Helwig , | Join us

Re: [Puppet Users] Re: all classes applied to every node

2011-07-12 Thread Jacob Helwig
Zach zachary.g.armstr...@gmail.com wrote: You guys got me on the right track... Turns out I was running into this: One of THE MOST DIFFICULT concepts to understand for puppet newbies is that these two things are identical: include foo class { 'foo': } In my case, I was declaring things like:

Re: [Puppet Users] Possible bug? Can't remove and then put back a file?

2011-07-12 Thread Jacob Helwig
what its md5lite checksum is? #!/usr/bin/env ruby require 'digest/md5' path_to_jetty_distribution = 'jetty-distribution-7.4.2.v20110526.tar.gz' puts Digest::MD5.hexdigest(File.read(path_to_jetty_distribution)[0..511]) -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Possible bug? Can't remove and then put back a file?

2011-07-12 Thread Jacob Helwig
Well, it turns out that it's definitely a puppet bug. The streaming checksumming that's used doesn't actually only look at the first 512 characters like the static checksumming that's used for verifying the file on disk does. http://projects.puppetlabs.com/issues/8385 -- Jacob Helwig On Tue

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread Jacob Helwig
it won't keep trying to install the .dmg on every run. Is the following resource definition not working for you? package { 'Bindscript20100601.dmg': provider = pkgdmg, ensure = installed, source = 'temp/location/rightnow/Bindscript20100601.dmg', } -- Jacob Helwig , | Join

Re: [Puppet Users] Run this only once!!

2011-07-12 Thread Jacob Helwig
[Bindscript20100601.pkg.dmg]/ensure: created So it will only run once on the machine? Correct. As long as the file that Nigel pointed out remains there, it won't try to install the .dmg again. -- Jacob Helwig , | Join us for PuppetConf, September 22nd and 23rd in Portland, OR | http://bit.ly

Re: [Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-10 Thread Jacob Helwig
That does look an awful lot like the storedconfig bug (#4487). The fix prevented this from happening on new records, and would prevent further YAML encapsulation of existing rows, but the existing (broken) rows still needed to be cleaned up by hand. -- Please excuse my brevity; sent from my

Re: [Puppet Users] Re: add lines to /etc/hosts on client

2011-07-08 Thread Jacob Helwig
a typo in the source URI here. Should be 'haproxy', instead of 'haroxy' at the end. -- Jacob Helwig signature.asc Description: Digital signature

[Puppet Users] Open Source Team iteration planning summary 2011-07-06

2011-07-07 Thread Jacob Helwig
is unable to connect to any of the servers specified in the SRV records, then it will attempt to connect to the normal servers settable via puppet.conf. [1] https://github.com/jhelwig/puppet/tree/ticket/master/3669-make-puppet-honor-DNS-SRV-records -- Jacob Helwig signature.asc Description

Re: [Puppet Users] Rack issue with puppet-dashboard

2011-07-07 Thread Jacob Helwig
for rack (~ 1.0.1), which means it can use anything = 1.0.1 and 1.1.0. ~ is explained in more detail on the Ruby Gems site[1] under Pessimistic Version Constraint. [1] http://docs.rubygems.org/read/chapter/16 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Puppet Dashboard without MySQL

2011-06-27 Thread Jacob Helwig
mind certain pages blowing up. I haven't actually tried this though, and I'm fairly certain that the main page is one of the ones that will blow up. -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Turn off client autoupdate

2011-06-24 Thread Jacob Helwig
not actually work, but (--no-client on the command line does work). :-/ [1] http://projects.puppetlabs.com/issues/4411 [2] http://projects.puppetlabs.com/issues/3313 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Rake failing to create puppet dashboard database on RHEL6

2011-06-20 Thread Jacob Helwig
may need to create the database manually using a more privileged user, and skip the db:create step. -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] confused about file ensure/require

2011-06-20 Thread Jacob Helwig
-9eb0-4c5d09d2e...@ttiltd.com On Jun 20, 2011, at 2:35 PM, Jacob Helwig wrote: On Mon, 20 Jun 2011 14:17:46 -0700, Craig White wrote: my base/default includes this ntp manifest # cat modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos

Re: [Puppet Users] is ruby code allowed in puppet manifest?

2011-06-16 Thread Jacob Helwig
hacky. I definitely recommend going the custom fact route instead. -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] puppet CA expired

2011-06-16 Thread Jacob Helwig
prevent this from happening to other people. [1] http://projects.puppetlabs.com/issues/7962 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] puppet CA expired

2011-06-16 Thread Jacob Helwig
5 years, IIRC. -- Jacob Helwig On Thu, 16 Jun 2011 11:03:49 -0700, Nathan Clemons wrote: What's the length of time on the CA cert? On Thu, Jun 16, 2011 at 10:40 AM, Jacob Helwig ja...@puppetlabs.com wrote: On Tue, 14 Jun 2011 17:01:20 +0200, j...@squirk.org wrote: hi, my

[Puppet Users] Open Source Team iteration planning summary 2011-06-15

2011-06-15 Thread Jacob Helwig
* #2247 - enablerepo and disablerepo for yum type * #3534 - Dashboard should support ability to set variables as arrays in the ENC -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Has anyone noticed this - mount resource type and Solaris

2011-06-15 Thread Jacob Helwig
. Doesn't hurt to mention that you've done so on here. [1] https://github.com/puppetlabs/puppetlabs-mount-providers [2] http://projects.puppetlabs.com/issues/7188 [3] http://projects.puppetlabs.com -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Managing local + LDAP users and groups

2011-06-14 Thread Jacob Helwig
for already opening a ticket for this! http://projects.puppetlabs.com/issues/7911 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-10 Thread Jacob Helwig
Chris Phillips ch...@untrepid.com wrote: On 10 June 2011 02:50, Jacob Helwig ja...@puppetlabs.com wrote: On Thu, 09 Jun 2011 18:42:54 -0700, Nigel Kersten wrote: https://projects.puppetlabs.com/issues/7697 One problem people producing modules that make use of stages are hitting

Re: [Puppet Users] RFC: Adding implicit stages to Puppet

2011-06-09 Thread Jacob Helwig
just the names. What's the reason for separating it out? -- Jacob Helwig signature.asc Description: Digital signature

[Puppet Users] Open Source Team iteration planning summary 2011-06-08

2011-06-08 Thread Jacob Helwig
- Custom facts loaded multiple times * #3669 - Make puppet honor DNS SRV records [1] http://projects.puppetlabs.com/issues/4394#note-2 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] Changes on master applied only on second run on nodes

2011-06-07 Thread Jacob Helwig
, but after the file timeout, then you may be running into #5318[1], which should be fixed in the next version of 2.6, and in 2.7 when it comes out. http://projects.puppetlabs.com/issues/5318 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] logging output at err level, success as just a notice?

2011-06-07 Thread Jacob Helwig
, but it's the best I can think of at the moment. Seems reasonable that when logoutput = on_failure the actual output should be logged as an err, instead of a notice. Would you mind filing a feature request on the issue tracker[1]? [1] http://projects.puppetlabs.com -- Jacob Helwig signature.asc

Re: [Puppet Users] ! $is_virtual

2011-06-07 Thread Jacob Helwig
/e5a70336f43e6c7d -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] logging output at err level, success as just a notice?

2011-06-06 Thread Jacob Helwig
' in the exec. I tried running 'pwck -r' on my Ubuntu machine, and it exited 2 with a bunch of warnings. I presume it would have exited 0 had there not been any warnings. -- Jacob Helwig signature.asc Description: Digital signature

[Puppet Users] Package type: enable/disable repo vs options (#2247 vs #4113)

2011-06-02 Thread Jacob Helwig
] http://projects.puppetlabs.com/issues/4113 -- Jacob Helwig signature.asc Description: Digital signature

Re: [Puppet Users] How do I enable repositories and install packages

2011-06-01 Thread Jacob Helwig
. I'm not all that familiar with the details though since I've tended not to use the RPM based systems. [1] http://projects.puppetlabs.com/issues/4113 -- Jacob Helwig On Wed, 01 Jun 2011 09:31:51 -0700, Nathan Clemons wrote: The package resource type will allow you to install packages via Yum

Re: [Puppet Users] Puppet 2.6.8 agent slow execution

2011-06-01 Thread Jacob Helwig
to manage the resource. You end up saving a potentially large number of HTTP round-trips, which adds up. -- Jacob Helwig signature.asc Description: Digital signature

[Puppet Users] Open Source Team planning meeting summary 2011-06-1

2011-06-01 Thread Jacob Helwig
certificate * #5517 - behavior change within 2.6 makes it impossible to override class parameters of included parametrized classes * #7743 - Package type V2 - dpkg * #7744 - Package type V2 - aptitude [1] http://projects.puppetlabs.com/projects/puppet/issues?query_id=147 -- Jacob Helwig

[Puppet Users] Re: Open Source Team planning meeting summary

2011-05-31 Thread Jacob Helwig
On Thu, 26 May 2011 09:38:28 -0700, Jacob Helwig wrote: As promised yesterday, here are the results of our first planning meeting. Right now, we're loosely following a Scrum style of development. With the current one-week iteration's backlog outlined below. * #2128 - Allow arbitrary

Re: [Puppet Users] Re: Open Source Team planning meeting summary

2011-05-31 Thread Jacob Helwig
On Tue, 31 May 2011 20:56:47 -0600, Alan Sparks wrote: On Tue, May 31, 2011 at 5:08 PM, Jacob Helwig ja...@puppetlabs.com mailto:ja...@puppetlabs.com wrote: Just a quick reminder that we're going to have our planning meeting tomorrow. If you'd like to influence what we end up

  1   2   >