Activity
From 12/06/2010 to 12/12/2010
12/13/2010
-
11:12 pm Puppet Acceptance Bug #5502: "fail_flag" is the sum of the result codes
- The scope of this ticket should probably be extended to cover cases such as those found in
./tests/post_instal... -
10:52 pm Bug #3238: puppetmaster uses to many mysql connections
- Well, I'm using the default timeout settings for MySQL, which are pretty high (28800). I think setting this lower wil...
-
10:01 pm Puppet Acceptance Bug #5522 (Closed): Directory expansion on harness -t only works for one level
- You can specify a directory as the test to run in the harness like so:
./systest.rb -t tests/sanity -c cfg_rhe... -
08:41 pm Bug #3234: err: Could not retrieve catalog: undefined method `fact_merge' for nil:NilClass
- When I downgrade rails/action* back to 2.2.2, this problem seems to go away.
-
08:33 pm Feature #5521 (Closed): pluginsync should be defaulted to true
- With large installations it makes sense to have a config-less client install to ease deployment. Without a config fi...
-
08:31 pm Bug #3234: err: Could not retrieve catalog: undefined method `fact_merge' for nil:NilClass
- I'm encountering this one with 2.6.4 (master and agents) on CentOS 5.5. As part of my upgrade from 0.25.5 (where I di...
-
08:00 pm Bug #5520 (Closed): Filebucket is not restoring files
- Hi
i'm new to puppet , but it seems to be a bug to me.
scenario:
I had a module called dhcpd-ste, wich put a dh... -
06:03 pm Bug #5197: Gentoo service provider doesn't catch long service names due to "rc-update show" trunc...
- does these alternatives also truncate the name?
eselect --no-color rc list
eselect --no-color rc show --a... -
05:17 pm Puppet Acceptance Refactor #5505: Test objects should have a shared parent class
- On examination it appears that the tests objects are not actually used either; they are just created so that their in...
-
05:00 pm Puppet Acceptance Feature #5519 (Closed): Git based install in harness
- Presently the test harness only installs puppet from a tar of the enterprise installer.
It should also be able to ... -
04:13 pm Puppet Acceptance Refactor #5518 (Closed): Eliminate tabs in harness
- In general, the harness code needs to conform to our style.
-
04:11 pm Puppet Acceptance Bug #5503 (Accepted): ScpFile failures are ignored
-
04:11 pm Puppet Acceptance Feature #5507 (Accepted): Document feature map between run_tests.pl et al & systest.rb et al
12/12/2010
-
03:00 pm Bug #5517 (Accepted): behavior change within 2.6 makes it impossible to override class parameters...
- In 2.6.1 the following recipe:...
-
12:43 pm Bug #5516 (Closed): Hashes can't be used in selectors
- The following statement fails with a parse error:...
-
10:58 am Feature #3669: Make puppet honor DNS SRV records
- I hacked a bit tonight on this for a proof of concept. It works for me, but I haven't done any tests or tried to bre...
-
10:43 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- The thinking for 2.0 is to completely rework the load system anyway, as noted by the reporter it is fragile and obtus...
-
06:04 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- What if the fact depends on facts in different directories? How do you ensure those get loaded in the right order? I...
-
05:33 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- Are you creating dynamic fact names? Do the filenames match the fact names?
-
04:09 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- Yes, I am using Facter.value(:fact_name) to load previous facts.
It seems like it might be possible to use Facte... -
03:47 am Facter Bug #5510 (Investigating): facter custom fact ruby files should be loaded deterministically
- First, thanks for the patch.
I'm worried we're not addressing the actual problem here though.
<blockquote>
I... -
03:10 am Puppet Acceptance Refactor #5513 (Closed): Eliminate BeginTest (aka AnnounceTest) objects in harness
- The BeginTest/AnnounceTest objects in the harness are another case of object initialization being used instead of a m...
-
02:58 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- Basically, we have N files with facts in them (not just one fact per file). Some facts in file 03-whatever.rb depend...
-
02:50 am Puppet Acceptance Feature #5512 (Closed): Explore automated VM management.
- Check out vagrant, libvirt, and what other VM bindings for Ruby look useful for being able to create a VM and run the...
-
02:45 am Puppet Acceptance Feature #5511 (Closed): Plan how to run the acceptance tests from Hudson
- This really has multiple parts which may need to be broken out separately:
* Determining how to manage VMs within ... -
02:43 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- ...and I went and reviewed the code and tests, which look good to me from a "checked the diff" point of view. If thi...
-
02:42 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- Hey. Can you identify an actual problem caused by this, other than the order of facts changing when they are loaded?...
-
02:25 am Bug #5491 (Re-opened): doc vs describe
- Thank you for explaining the current behavior. My question for Nigel would be, is this how things ought to be?
Hav... -
02:19 am Facter Bug #5510: facter custom fact ruby files should be loaded deterministically
- Pull request for the problem is here:
https://github.com/puppetlabs/facter/pull/3 -
02:11 am Facter Bug #5510 (Closed): facter custom fact ruby files should be loaded deterministically
- When defining a set of custom facts via ruby libraries, the libraries are not loaded deterministically on different o...
-
01:29 am Puppet Acceptance Refactor #5508 (Closed): Convert acceptance tests to use test harness
- This will be a mass migration and will probably require functional enhancement of the harness as a precondition.
-
01:27 am Puppet Acceptance Feature #5507 (Closed): Document feature map between run_tests.pl et al & systest.rb et al
- We need to devise a coherent mapping between the functionality of the acceptance_test drivers (currently in perl & ba...
-
01:23 am Puppet Acceptance Feature #5506 (Closed): Get acceptance testing framework working in a throw-away VM
- We need to combat bit-rot and document how to run the existing acceptance tests in a VM.
Output of this ticket sho... -
12:53 am Puppet Acceptance Feature #5499 (Closed): Add a dry-run mode to the testing harness
- Added to a_t_harness branch as:
324f6e7 Fix for #5499 -- create a dry-run mode for the testing harness
-
12:53 am Puppet Acceptance Refactor #5498 (Closed): Create class hierarchy for remote actions
- Added to a_t_harness branch as:
93fd80d Fix for #5498 -- Class hierarchy for actions in test harness
-
12:41 am Puppet Acceptance Refactor #5497 (Closed): Prepare acceptance test branch of harness
- Created as a_t_harness in the main repo.
-
10:37 pm Puppet Acceptance Refactor #5505 (Closed): Test objects should have a shared parent class
- The test objects created in the test harness are all one-off classes, with shared behavior implemented by copy-pastin...
-
10:28 pm Puppet Acceptance Refactor #5504 (Closed): Result#combined output should be a method rather than a member
- Result objects should not require their creators to concatenate the output from stdout & stderr; this should be done ...
-
10:25 pm Puppet Acceptance Bug #5503 (Closed): ScpFile failures are ignored
- In the test harness, even if a file copy fails the result.exit_code is zero, causing the failure to be ignored.
-
10:24 pm Puppet Acceptance Bug #5502 (Closed): "fail_flag" is the sum of the result codes
- The fail_flag is used as a counter, not a flag, but represents the sum of the process exit codes, not a count of the ...
-
10:20 pm Puppet Acceptance Refactor #5501 (Closed): Eliminate ChkResult objects
- The ChkResult objects are only created for the side effects of their initialization; the objects themselves are never...
-
09:55 pm Puppet Acceptance Bug #5500 (Closed): Cryptic error message unless a config file is provided on the harness command...
- In places the test harness appears to deal with the possibility that a config file is not specified on the command li...
-
09:52 pm Puppet Acceptance Feature #5499 (Closed): Add a dry-run mode to the testing harness
- To facilitate testing and validation of the harness, add a dry-run mode which reports what would have been done on th...
-
09:50 pm Puppet Acceptance Refactor #5498 (Closed): Create class hierarchy for remote actions
- As a setup for future work, the RemoteExec and ScpFile should descend from a shared ancestor which encapsulates their...
-
09:48 pm Puppet Acceptance Refactor #5497 (Closed): Prepare acceptance test branch of harness
- So as not to disturb deadline-driven work on PE Danial and Markus will be working on a branch, which Dominic / the PE...
-
05:26 pm Bug #5491 (Rejected): doc vs describe
- One is online help and can be used to query a single piece of documenation - the other generates the whole reference.
-
04:31 pm Bug #5490 (Investigating): puppet agent returns non-zero status upon success
- This is to be expected....
-
04:29 pm Bug #5491 (Needs Decision): doc vs describe
- Passing to James. I have no idea why both exist. :-?
12/11/2010
-
02:41 am Bug #5240: Default ownership for newly created files when uid/gid are unspecified
- Thank you for that excellent summary.
<blockquote>
If a file resource is defined, given content, but not given a... -
02:37 am Bug #5268 (Needs More Information): hyphen in class name messes with qualified variables
- Assigning to Markus for info on whether we can indeed accomplish this easily. Pass back to me after that please Markus.
-
11:12 pm Bug #5268: hyphen in class name messes with qualified variables
- Wanted to point out that I have been doing the following to work around this:
inline_template("<%= scope.looku... -
11:00 pm Bug #5408 (Merged - Pending Release): Puppet should allow audited attributes to also be managed
- Available in `2.6.next` in commit:6e997e819f315d2868de9f3de8ab95c7f6ce8d51
-
09:55 pm Refactor #5481 (Investigating): generate is too safe
-
09:55 pm Refactor #5481: generate is too safe
- The question I have now is how different the code paths are between an Exec and a generate() call. Shouldn't we be sh...
-
06:53 pm Bug #5496 (Closed): ZFS pool version change breaks zpool provider
- The release of Solaris 10 update 9 introduces ZFS pool version 22. One of the changes this ZFS pool version intro...
12/10/2010
-
03:41 pm Bug #5428: Catalog compile fails with to_hash error due to YAML object recovery in storeconfigs b...
- I just encountered this issue going from 0.25.5 -> 2.6.2 -> 2.6.4. Hosts that were actively checking in with Puppet ...
-
03:20 pm Bug #5427 (In Topic Branch Pending Review): Refactor host_aliases property of host type
-
10:38 am Bug #5495: Exec resource searches CWD when testing file attributes of executables
- Sorry, as usual forgot to include necessary OS information:
[root@host ~]# puppet --version
2.6.3
[r... -
10:30 am Bug #5495 (Closed): Exec resource searches CWD when testing file attributes of executables
- I've noticed a problem with Exec resources that use an explicit or global default path seem to search the current wor...
-
12:24 am Puppet Dashboard Bug #5488: Dashboard needs a migration test
- An additional advantage of creating this test is that it will leave the dashboard in a state where there is a standar...
-
12:12 am Puppet Dashboard Bug #5493 (Closed): Add version info to reports and write migration code
- This ticket captures a task that Jesse, Nick, and I agreed we need to do to support "inspect" capability.
We would... -
09:57 pm Bug #5492: Nagios config builder severely brain damaged
- Awesome! The "preview" has nothing to do with how the actual bug report looks. And there is no edit button.
When c... -
09:55 pm Bug #5492 (Accepted): Nagios config builder severely brain damaged
- When creating a nagios config from scratch (remove the existing files), puppet refuses to do anything sanely.
For ea... -
08:53 pm Bug #5491 (Needs Decision): doc vs describe
- We currently have two ways to generate documentation. This is leading to confusion, especially since the interface fo...
-
08:45 pm Bug #5490 (Closed): puppet agent returns non-zero status upon success
- After running puppet agent and successfully running apply a file serving manifest, "puppet agent" still returns non-z...
-
08:34 pm Bug #5489 (Duplicate): template function should warn if any variables from the current scope are ...
- I ran into the following:...
-
06:45 pm Bug #5427: Refactor host_aliases property of host type
- The link to the commit is outdated, I had a wrong ticketnumber in my commitmessage.
Because there was also a patch... -
06:18 pm Puppet Dashboard Bug #5488 (Accepted): Dashboard needs a migration test
- It is easy to introduce bugs in old rails migrations when adding new features (see for example http://guides.rubyonra...
-
04:16 pm Facter Bug #5486: facter does not work on iphone
- I'm registered now in case there are any further questions.
-
04:15 pm Bug #5487 (Investigating): Puppet hangs when a file type that is mounted on a device
- Running on a CentOS 5 image in AWS EC2....
12/09/2010
-
03:54 pm Bug #5428: Catalog compile fails with to_hash error due to YAML object recovery in storeconfigs b...
- Bruce Figureau is correct. Purging the db of those resources fixed the problem.
So, this appears to be a problem ... -
03:50 pm Facter Bug #5486 (Tests Insufficient): facter does not work on iphone
- ...
-
11:55 am Facter Bug #5485 (Closed): Remove trailing newline from selinux_mode fact
- The selinux_mode fact has a trailing newline behind it, which will result in erroneous newlines everywhere the fact i...
-
05:34 am Bug #4487 (Accepted): Environment column in hosts table updating incorrectly
-
01:49 am Bug #4487: Environment column in hosts table updating incorrectly
- I have found the issue and a fix but don't 100% understand why the current code is not functional. The patch I have ...
-
01:46 am Refactor #5481: generate is too safe
- I don't think this is a bug, generate is designed to operate this way and is behaving as expected.
I'm not entirel... -
01:41 am Feature #4177: parseonly should be able to parse multiple files
- I found a work around. Generating a list of 'import' calls and doing --parseonly on them.
% find manifests modules... -
01:38 am Facter Feature #2270: IPv6 should be supported.
- Any idea when this will be implemented?
We currently run puppet across our entire network using IPv6 as the only... -
12:26 am Bug #5482 (Accepted): fileserver.conf (as generated by Puppet) has inaccurate comments
- On a basic install of Puppet, fileserver.conf says the following:
# Adapt the allow/deny settings to your nee... -
11:37 pm Bug #1757 (Merged - Pending Release): File mode is printed as decimal instead of octal
- Merged into `2.6.next` in commit:5c8489be9c3ee62c14b524a6d0d4a96dca5b9764
-
09:40 pm Refactor #5481 (Investigating): generate is too safe
- The generate[1] function is too safe. We should encourage people to do safe things and perhaps log warnings when they...
-
09:02 pm Bug #4835: OS X group resource triggers spurious notice of a change
- No update. I'm unlikely to get to it in the next few days as I'm moving house, but it's not going to get ignored fore...
-
07:29 pm Bug #5480 (Investigating): Could not retrieve catalog: Could not find terminus plain for indirect...
- Hi,
I am using puppet on more then 100 servers and it was working fine till last week but from this week onwards i... -
06:24 pm Bug #5443 (Needs Decision): filebucket uses two paths for storing backups
-
05:46 pm Bug #4835: OS X group resource triggers spurious notice of a change
- Any update on this? Group changes notify a directoryservice service resource to restart, and this is triggering one e...
-
05:43 pm Feature #5479 (In Topic Branch Pending Review): add autorequire for solaris zone dataset
-
05:42 pm Feature #5479: add autorequire for solaris zone dataset
- patch is available at
https://github.com/someword/puppet/tree/feature/master/5479
depends on changes from 5393.
... -
05:28 pm Bug #5478 (Duplicate): shell commands not parsed correctly or shell functionality lost
- This is actually a change made for security reasons.
See #4884 for some discussion and related tickets #4859 and #... -
05:20 pm Bug #5443: filebucket uses two paths for storing backups
- Having two buckets is really confusing and does not seem to have any intrinsic value.
-
05:15 pm Feature #5479 (Closed): add autorequire for solaris zone dataset
- In ticket 5393 I requested a feature to add support for datasets in solaris zones managed by puppet. A dataset is...
-
05:12 pm Bug #5478 (Duplicate): shell commands not parsed correctly or shell functionality lost
- I wrote a recipe to do LVM manipulation.
The mountpoint is not known.
The $name is not known
The size is not kno... -
05:10 pm Bug #5443 (Needs More Information): filebucket uses two paths for storing backups
- I am not sure that's the wrong behaviour? Why do you think that's incorrect?
12/08/2010
-
11:30 am Bug #5477 (Closed): if site.pp does not exist on the first compile, puppet master will not detect...
- In 2.6, compile does not fail when site.pp does not exist.
However, if a catalog is compiled when site.pp does not... - 09:00 am Bug #5240: Default ownership for newly created files when uid/gid are unspecified
- Just ran into an interesting possible cause of mayhem with the existing behavior. Admittedly, for mayhem to occur in ...
-
06:36 am Refactor #5431 (Needs Decision): user.expiry parameter should allow define hour and minute
-
06:35 am Refactor #5439 (Needs Decision): Puppet::Property::KeyValue should be more generic
-
06:32 am Puppet Dashboard Bug #5441 (Accepted): puppet-dashboard init script is missing 'status' and 'force-reload' arguments
- Fancy submitting a patch?
-
06:31 am Puppet Dashboard Feature #5446 (Needs Decision): Pass "description" as parameter to Puppet
-
06:31 am Puppet Dashboard Feature #5438 (Needs Decision): Dashboard display features
-
06:29 am Feature #5465 (Needs Decision): Enhancement for puppetmaster init script to balance puppetmaster ...
-
06:28 am Bug #5466 (Accepted): puppet resource omits trailing comma after last resource
- You fancy taking a stab at this Garrett?
-
06:27 am Bug #5467 (Accepted): Block comments should work with `puppet apply`
-
06:27 am Bug #5471 (Accepted): Change default dashboard report url to /reports/upload
-
06:26 am Bug #5472 (Accepted): No error message if we fail to push a report to Dashboard
-
06:26 am Bug #5437 (Accepted): Manifest errors not reported to clients in 2.6.2
-
06:25 am Feature #5455 (Needs Decision): puppetd --noop --test should work when puppetd --disable
-
06:25 am Feature #5464 (Needs Decision): It should be possible to process catalogs post compile time
-
06:24 am Facter Refactor #5440 (Needs Decision): should failing facts change the return code of facter?
-
01:40 am Bug #5468: Could not call puppetmaster.getconfig:
- I am able to rectify the error,There was an issue with one of the host which was connecting to puppet but now i am st...
-
12:37 am Puppet Dashboard Bug #5143: Dashboard should allow CSV downloading of nodes not reporting list
- Jesse and I are working on a preliminary implementation of this feature, but we need to know what columns to put in i...
-
12:05 am Puppet Dashboard Bug #5474 (Accepted): Dashboard needs integration tests
- Today Jesse and I implemented a feature in Dashboard that affected routes (ticket #5361). To test this properly with...
-
12:03 am Puppet Dashboard Bug #5473 (Accepted): Error not properly reported if upload of report fails
- If Dashboard encounters an error while trying to process a report from the Puppet master (blank report or failure in ...
-
11:59 pm Bug #5472 (Accepted): No error message if we fail to push a report to Dashboard
- When sending reports to Dashboard, if the Puppet master fails to push the report (e.g. due to a 500 error from Dashbo...
-
11:57 pm Bug #5471 (Accepted): Change default dashboard report url to /reports/upload
- In the next release of Dashboard we are adding the ability to receive reports at the URL /reports/upload in addition ...
-
11:51 pm Puppet Dashboard Feature #5361 (Merged - Pending Release): Dashboard should have access controls for submitting re...
- Pushed to `next` in commit:c228ac4801e65a6f8b624a3ca695d047f2d4f32a
-
10:46 pm Bug #5392: Misleading error message when trying to collect resources of an undefined type
- > Are you aware that the nagios_hostgroupescalation type was removed in version 0.24.7?
uhh, eh, no. :/ Also nagio... -
10:11 pm Feature #5393 (Merged - Pending Release): include support for adding dataset(s) to solaris zone p...
- Pushed to `next` in commit:8a03adf6c121c8d558faaa555051b6feede861ab
-
09:52 pm Bug #4681 (Needs More Information): Puppet 2.6.1.r2 randomly hangs on Exec in FreeBSD
- This appears to be a ruby bug (possibly triggered by something in puppet); either upgrading the ruby18 port to 1.8.7....
-
09:31 pm Bug #5445: Mac pkg creation script should create /var/lib/puppet
- See discussion on the puppet-dev mailing list.
-
09:31 pm Bug #5445 (Code Insufficient): Mac pkg creation script should create /var/lib/puppet
-
09:24 pm Feature #1886 (Code Insufficient): Add node cleanup capability
- See mailing list discussion.
-
08:46 pm Feature #3537: It should be possible to trigger (exec) resources with require
- I have an example. Lets say I have an exec, which updates apt:...
-
07:55 pm Bug #5468: Could not call puppetmaster.getconfig:
- Have you Google for this error? I see a number of entries and prior tickets with information.
For example #2708 a... -
07:21 pm Bug #5468: Could not call puppetmaster.getconfig:
- Hi James,
Nothing has changed in my environment,we are using puppet for more then 2 years now and it was working p... -
07:16 pm Bug #5468 (Needs More Information): Could not call puppetmaster.getconfig:
- What Puppet version?
What platform?
Has anything changed in your environment? -
07:10 pm Bug #5468 (Needs More Information): Could not call puppetmaster.getconfig:
- Hi,
I am using puppet on more then 100 servers and it was working fine till last week but from this week onwards i... -
06:57 pm Bug #5392: Misleading error message when trying to collect resources of an undefined type
- Peter--
Are you aware that the nagios_hostgroupescalation type was removed in version 0.24.7?
It looks to me li... -
06:48 pm Bug #5414: file resource can't be used to monitor file changes recursively
- I am 100% positive. I know this because I have restarted the server 4-5 times since we made the changes and they STI...
-
06:46 pm Bug #5467 (Accepted): Block comments should work with `puppet apply`
- As stated in http://projects.puppetlabs.com/projects/1/wiki/Puppet_Manifest_Documentation block comments in the synta...
-
06:34 pm Bug #5414: file resource can't be used to monitor file changes recursively
- I really want to double check this as it doesn't make a whole lot of sense.
You're absolutely positive that stoppi...
12/07/2010
-
03:52 pm Bug #5466 (Closed): puppet resource omits trailing comma after last resource
- To keep in line with best practices, the last parameter should also have a trailing comma, which it currently does no...
-
03:17 pm Bug #5414: file resource can't be used to monitor file changes recursively
- No, definitely not! Nothing will cause Puppet to update those files.
Also note ticket 5460 -- perhaps related? -
03:14 pm Bug #5414: file resource can't be used to monitor file changes recursively
- No, definitely not! Nothing I can find will cause Puppet to update those files.
-
03:11 pm Feature #5465 (Needs More Information): Enhancement for puppetmaster init script to balance puppe...
- Alex Giurgiu modified the puppetmaster init script to balance puppetmaster instances across CPU cores.
I updated i... -
03:08 pm Feature #5464 (Accepted): It should be possible to process catalogs post compile time
- Based on the discussion in ["optimizing file sources"](http://groups.google.com/group/puppet-dev/browse_thread/thread...
-
01:11 pm Bug #5300: Header in exported ssh_authorized_keys changes even when contents do not
- Peter Meier wrote:
> I expected it to be something like that. So the [Type
> Reference](http://docs.puppetlabs.com... -
09:55 am Bug #5362 (In Topic Branch Pending Review): Remote file bucket won't work under certain situation...
- No update for a while, not sure if it's been lost while in the status 'waiting for information', so changing the stat...
-
04:24 am Bug #4204: Ownership issues when master & client share $vardir
- Can confirm that this issue is present in 2.6.4. It also occured for me before I started up the puppet agent.
Aft... -
02:38 am Bug #5463 (Accepted): puppet audit should not update state.yaml in simulate (--noop) mode
- puppet audit should not update state.yaml file in simulate mode
if we depend on audit to trigger resource refresh,... -
02:15 am Bug #5414 (Investigating): file resource can't be used to monitor file changes recursively
- But restarting the server *does* work?
-
02:04 am Bug #5462 (Accepted): puppet inspect should record resource namevar
- puppet inspect should record namevar attribute:
file {
"hidden":
path => "/tmp/foo",
... -
01:49 am Bug #5461 (Accepted): puppet audit user only works once
- puppet audit user works, but only once:
user {
"puppet":
ensure => present,
audit => ... -
01:29 am Bug #5460 (Accepted): puppet inspect does not handle recurse file resource
- puppet inspect does not handle recurse file resource:
file {
"/foo":
recurse => true,
... -
01:01 am Puppet Dashboard Bug #5459 (Closed): Convert the report yaml field to a schema
- This should have been done a while ago, and it's making moving forward in other tasks harder, so we're finally going ...
-
12:05 am Bug #5423 (Merged - Pending Release): home property of the user type is run after the uid propert...
- Pushed to branch 2.6.next as commit:6c8159326cb141a8d5714f65e1854293327e6b75
-
11:30 pm Bug #5457 (Accepted): file content audit does not work
- http://projects.puppetlabs.com/issues/5065 is marked as a documentation issue, but it looks like it isn't just a docu...
-
11:05 pm Puppet Dashboard Feature #5201: Dashboard should provide database schema/views for SQL reporting
- I stumbled on this ticket while looking to see if there was one to cover converting the report yaml to a schema. Thi...
-
10:09 pm Feature #5391 (Merged - Pending Release): added additional zfs properties
- Available in next as commit:4fb675d3e028c2429f4fa56bf172d60127c9e608
-
09:22 pm Bug #5414: file resource can't be used to monitor file changes recursively
- Second run does not work. (nor third, fourth...) Waiting for filetimeout and/or setting filetimeout=0 also doesn't ...
-
07:40 pm Facter Feature #1423 (Merged - Pending Release): Memory facts for Solaris
- commit:fb2f1dc3413f6b9f4b6547abd957c976049e56c5
Verified that the new facts work in Solaris -
04:30 pm Bug #5414: file resource can't be used to monitor file changes recursively
- Does a second run work? Does waiting for the filetimeout period or specifying filetimeout=0 change the situation?
-
04:29 pm Feature #5456 (Accepted): package type should accept virtual package for rpm
12/06/2010
-
03:46 pm Feature #5454 (Accepted): Allow users to pluginsync Puppet "features"
- The devil is in the details, but yes, this should happen.
-
09:23 am Feature #5455: puppetd --noop --test should work when puppetd --disable
- or as a workaround you can start `--test` with an additional option `--pidfile /tmp/test.puppet` which will allow you...
-
01:32 am Feature #5456: package type should accept virtual package for rpm
- Ok, I have signed the CLA.
-
01:01 am Feature #5456 (Needs Decision): package type should accept virtual package for rpm
- Hi Michael
Our patch submission guidelines are here - http://projects.puppetlabs.com/projects/puppet/wiki/Develop... -
12:55 am Feature #5456 (Accepted): package type should accept virtual package for rpm
- Rpm ( like many similar package systems ) define a system of virtual package, with the tag Provides.
For example, on...
Also available in: Atom