Re: [Puppet Users] Parsing issues in 3.5

2014-06-04 Thread Joe Topjian
Hi Henrik, In 3.5 the new evaluator was added and it is on by default when using --parser future. If you want to turn it off you can use --evaluator current in addition to --parser future) If it works under --evaluator current but not under --evaluator future, we like to hear about it,

Re: [Puppet Users] Parsing issues in 3.5

2014-05-12 Thread Joe Topjian
Hi Henrik, On Saturday, May 10, 2014 2:56:19 PM UTC-4, Henrik Lindberg wrote: In 3.5 the new evaluator was added and it is on by default when using --parser future. If you want to turn it off you can use --evaluator current in addition to --parser future) If it works under --evaluator

[Puppet Users] Parsing issues in 3.5

2014-05-09 Thread Joe Topjian
Hello, I keep running into several parsing issues in 3.5 that don't exist in Puppet 3.4. I saw the thread about issues with the future parser and defined types: https://groups.google.com/forum/#!topic/puppet-users/HOVnQ1EXwjY I'm using the future parser, but I'm seeing issues in other

Re: [Puppet Users] avoiding duplicate package definitions with stdlib's ensure_packages

2013-05-21 Thread Joe Topjian
@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. -- Joe Topjian Systems Architect Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support

Re: [Puppet Users] How to group hosts?

2012-12-14 Thread Joe Topjian
...@googlegroups.com. For more options, visit this group at http://groups.google.com/** group/puppet-users?hl=enhttp://groups.google.com/group/puppet-users?hl=en . -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support innovation

Re: [Puppet Users] How to group hosts?

2012-12-06 Thread Joe Topjian
. -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support innovation, for the economic benefit of Alberta, through the use of cyberinfrastructure. -- You received this message because you are subscribed to the Google

Re: [Puppet Users] pocco - a puppet manifest documentation experiment

2012-10-19 Thread Joe Topjian
Hi Nan, Like everyone else, I think this is great. Run pocco against a modules directory: pocco /etc/puppet/modules/modulename Just a quick comment: Isn't pocco the name of the Python *occo? ( http://fitzgen.github.com/pocco/) should the name be changed to differentiate? Joe -- Joe

Re: [Puppet Users] Can puppet add repositories to nodes?

2012-09-17 Thread Joe Topjian
@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Big data is coming to Canada. Join

Re: [Puppet Users] How to set DNS on Ubuntu 12.04 clients?

2012-09-11 Thread Joe Topjian
am not 100% confident of this solution, though, since I'm not sure if resolvconf will recreate the symlink at some point -- I haven't used this solution enough to confirm that. Thanks, Joe -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Big data is coming to Canada. Join

Re: [Puppet Users] How to set DNS on Ubuntu 12.04 clients?

2012-09-11 Thread Joe Topjian
if /etc/resolv.conf is a puppet maintained file, even if resolvconf package is updated, it will be replaced by the puppet asserted file anyway. Very true, but I would hate to have two services fighting with each other in that way. -- Joe Topjian Systems Administrator Cybera Inc

Re: [Puppet Users] duplicate resources across defined types

2012-08-02 Thread Joe Topjian
, Joe -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support innovation, for the economic benefit of Alberta, through the use of cyberinfrastructure. -- You received this message because you are subscribed

Re: [Puppet Users] duplicate resources across defined types

2012-08-02 Thread Joe Topjian
I made a few inline comments Thank you. should be fixed in master. Yup, looks good. I will open a pull request for this. -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support innovation, for the economic

Re: [Puppet Users] duplicate resources across defined types

2012-08-01 Thread Joe Topjian
this and a virtual resource? Maybe I was under the wrong impression about virtual resources... I thought that they did this same thing. Thank you for your help and work with this! Joe -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works

[Puppet Users] duplicate resources across defined types

2012-07-31 Thread Joe Topjian
/pull/37/files Here, on all but one of the vhost entries, you mark ensure_dirs as false and Puppet will not enforce the existence of the two directories. This works, but it comes off as a workaround more than a proper solution. Any ideas? Thanks, Joe -- Joe Topjian Systems Administrator Cybera

Re: [Puppet Users] Intermittent freeze on select when running standalone

2012-07-29 Thread Joe Topjian
. Just need to wait* for the 2.7.12 or later version of pupet to make it to the debian packages for Ubuntu then I should be able to test. It's very disappointing / frustrating that Ubuntu LTS stocks 2.7.11 by default. :/ Thanks, Joe -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca

Re: [Puppet Users] Intermittent freeze on select when running standalone

2012-07-29 Thread Joe Topjian
there on out) or will have to put up with the bug mentioned in this thread as well as miss out on built-in puppet module support. All of which would not be necessary if 12.04 just shipped with 2.7.12+. The comment was more whining on my part. Thanks, Joe -- Joe Topjian Systems Administrator

Re: [Puppet Users] Intermittent freeze on select when running standalone

2012-07-26 Thread Joe Topjian
. Similarly, running strace on the process results in an infinite output of select. ctrl-c does not kill the process - I have to kill the PID from another terminal. I cannot reproduce this issue at will -- it seems to happen randomly. Thanks, Joe -- Joe Topjian Systems Administrator Cybera Inc

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Joe Topjian
Hi Ohad, if you are interested in using foreman, see http://blog.theforeman.org/2012/01/getting-foreman-search-results-into.html I currently do not use foreman, but this is good incentive to look into it. Thank you very much. Joe -- Joe Topjian Systems Administrator Cybera Inc

Re: [Puppet Users] Re: Facts of other nodes

2012-05-10 Thread Joe Topjian
-in starting with the next major version of Puppet (Telly). Thank you for the options - it's appreciated. Joe -- Joe Topjian Systems Administrator Cybera Inc. www.cybera.ca Cybera is a not-for-profit organization that works to spur and support innovation, for the economic benefit of Alberta

Re: [Puppet Users] Facts of other nodes

2012-05-10 Thread Joe Topjian
worth noting that once the next generation of storeconfigs comes out (which is REALLY soon), it will have better APIs to support these kinds of functions and I intend to write puppet functions that support these kinds of use cases. Good to know - thanks! Joe -- Joe Topjian Systems