Project

General

Profile

Activity

From 12/22/2012 to 01/20/2013

01/20/2013

01:23 PM Bug #2085 (Closed): Classes import fails on first module with Puppet 3: Could not find value for $confdir
Applied in changeset commit:"d58db7573838c16005113e201833b535af90e6cf". Dominic Cleal
01:23 PM Bug #2143 (Closed): Only create the log file parent dir if daemonize is true
Applied in changeset commit:"952c4515f51069310b936fa5b2df25f0163fda11". Anonymous
10:02 AM Revision 952c4515: Fixes #2143: Only create the log file parent dir if daemonize is true
Sam Kottler
09:58 AM Revision d58db757: fixes #2085 - load Puppet 3 app defaults for master mode too
Allows $confdir and other run mode specific settings to be initialised from
the defaults present in Puppet::Util::Run...
Dominic Cleal

01/18/2013

10:53 AM Feature #1809: Smart-Proxy control of IPA Server
Integrating machine joins via OTPs would be useful too: http://freeipa.org/page/Machine_join. This might work well a... Dominic Cleal
08:56 AM Bug #2143 (Closed): Only create the log file parent dir if daemonize is true
The parent dir will be created right now even if the logs are getting emitted to stdout. Sam Kottler

01/17/2013

12:24 PM Bug #2085 (Ready For Testing): Classes import fails on first module with Puppet 3: Could not find value for $confdir
https://github.com/theforeman/smart-proxy/pull/57 Dominic Cleal

01/16/2013

01:43 AM Bug #2131 (New): Error 400 when try save host, if bind config has wildcard record for domain
I have bind-9.8.2-0.10.rc1.el6_3.3.x86_64
And my bind config has wildcard record for my domain:
* IN ...
Vlad Koul

01/12/2013

04:47 AM Bug #2085: Classes import fails on first module with Puppet 3: Could not find value for $confdir
I'm considering this a blocker for 1.1 and have a proper solution in the works, but here's a quick hack for anybody w... Dominic Cleal

01/10/2013

05:46 AM Feature #1985: Smart proxy should use nmap
No. We merged a patch to remove the net-ping dependency (and always shell out to system ping instead) but nmap is sti... Greg Sutcliffe

01/09/2013

11:01 PM Feature #1985: Smart proxy should use nmap
Isn't this already taken care of? Sam Kottler
11:00 PM Bug #2119: ignored valid puppet modulepath if first configured directory does not exist
I can reproduce this. Thanks for the report @kcormier! Sam Kottler

01/08/2013

03:08 PM Bug #2119 (Closed): ignored valid puppet modulepath if first configured directory does not exist
In my master section of my puppet.conf I have the following modulepath:
modulepath = $confdir/environments/$environm...
Kevin Cormier
06:11 AM Bug #2099 (Closed): $confdir not interpolated in puppet modulepath during class import
Applied in changeset commit:"ce3bbf116ce0f03425bf062e26f1663310f54bf2". Dominic Cleal
06:11 AM Bug #2114 (Closed): Add warning if no environments found and smart-proxy falls back to defaults
Applied in changeset commit:"90a57cf1dbe7858d7985a878a96d05df7e0bee3c". Christoph Witzany
04:07 AM Revision 90a57cf1: fixes #2114 Add warning if no environments found
Christoph Witzany
04:02 AM Revision 4e24d8c8: fixes #2099 - fix handling of multiple module paths
Replace every occurrence of $confdir, not only the first one Raffael Schmid
04:02 AM Revision ce3bbf11: fixes #2099 - interpolate $confdir if $environment not used
Dominic Cleal

01/07/2013

10:55 AM Bug #2099 (Ready For Testing): $confdir not interpolated in puppet modulepath during class import
https://github.com/theforeman/smart-proxy/pull/55 Dominic Cleal
10:36 AM Bug #2114 (Closed): Add warning if no environments found and smart-proxy falls back to defaults
https://github.com/theforeman/smart-proxy/pull/54 Christoph Witzany

01/04/2013

11:02 AM Feature #2101 (Ready For Testing): Project should include a Gemfile
https://github.com/theforeman/smart-proxy/pull/52 Dominic Cleal
04:20 AM Feature #2101 (Assigned): Project should include a Gemfile
Dominic Cleal
04:09 AM Feature #2101 (Closed): Project should include a Gemfile
Must be a habit:
Wanted to rewrite some tests and went for the good old bundle install to make sure I have the corre...
Jan Vansteenkiste

01/03/2013

12:52 PM Feature #1225: AWS-Route53/Foreman/SmartProxy DNS integration
Hello,
I switched the Tracker to Feature as user request.
Regards
Benjamin Papillon
10:46 AM Bug #2085 (Assigned): Classes import fails on first module with Puppet 3: Could not find value for $confdir
Thanks - I've filed it as #2099, as it's a little different to the puppet 3 initialisation problem here. Dominic Cleal
10:36 AM Bug #2085: Classes import fails on first module with Puppet 3: Could not find value for $confdir
No, it's just not working, and newer works earlier. Alexander Litvinenko
07:06 AM Bug #2085: Classes import fails on first module with Puppet 3: Could not find value for $confdir
Alexander Litvinenko wrote:
> Also, when $confdir variable is used in puppet.conf, no environment is available at all...
Dominic Cleal
10:45 AM Bug #2099 (Closed): $confdir not interpolated in puppet modulepath during class import
Reported in #2085:
When $confdir variable is used in puppet.conf, no environment is available at all - rake puppet:i...
Dominic Cleal

01/02/2013

05:00 PM Bug #2077 (Closed): Override option checked when a parameter value is a function
Applied in changeset commit:"4c3b48371ccdbb61c171c7867798ebecfeffebf5". Ohad Levy
01:04 PM Bug #2085: Classes import fails on first module with Puppet 3: Could not find value for $confdir
Also, when $confdir variable is used in puppet.conf, no environment is available at all - rake puppet:import:puppet_c... Alexander Litvinenko
06:20 AM Bug #2085 (Closed): Classes import fails on first module with Puppet 3: Could not find value for $confdir
puppet.conf contains the following environment config and a single module exists under @/etc/puppet/modules/developme... Dominic Cleal
05:25 AM Revision 4c3b4837: fixes #2077 - proxy should not return nil for parameters with a function call
in cases where puppet has class declaration such as:
class xyz($param = myfunction('p'))
the proxy would return a...
Ohad Levy

12/31/2012

10:55 AM Bug #2077 (Ready For Testing): Override option checked when a parameter value is a function
possible fix at - https://github.com/theforeman/smart-proxy/pull/51
note, if you already had your class imported, at...
Ohad Levy
09:35 AM Bug #2077: Override option checked when a parameter value is a function
The smart proxy should not report a nil/null value when a parameter is a function.
I suggest we do something simila...
Ohad Levy
07:31 AM Bug #2077: Override option checked when a parameter value is a function
its actually trivial to fix the proxy to detect its a function, e.g. I can easily say detect:... Ohad Levy
07:08 AM Bug #2077: Override option checked when a parameter value is a function
OK, digging a bit more into example42 module structure i saw the following
e.g....
Ohad Levy
01:43 AM Bug #2077: Override option checked when a parameter value is a function
Amos, do you mind taking a look? Ohad Levy

12/30/2012

08:40 PM Bug #2077 (Closed): Override option checked when a parameter value is a function
OS: Centos 6.3
Puppet version: 2.6.17 from Epel repo
Puppet modules: Example42 modules (https://github.com/example42)...
Alejandro Falcon
 

Also available in: Atom