Displaying 20 results from an estimated 10000 matches similar to: "PC EU feedback: import should also include subdirectories"
2011 May 20
3
PC EU feedback: ability to remove all unmanaged resources
http://projects.puppetlabs.com/issues/7600
I call this the "agent orange" option :)
This works, purging all unmanaged hosts entries:
resources { ''host'':
purge => true,
noop => true,
}
We should have a similar property for all (most?) types.
Please comment on the ticket or reply here, whichever you prefer.
Thanks!
r
P.S. This is in
2011 May 20
7
PC EU feedback: exported resource syntax is too magical, hard to read
http://projects.puppetlabs.com/issues/7612
The exported resources syntax:
@@user { luke: ensure => present }
Is concise and powerful, but very difficult to read. We should
consider word-based syntax, e.g.:
export @user { luke: ensure => present }
And taking into account #7605, perhaps:
export virtual user { luke: ensure => present }
Please comment on the ticket or reply
2003 Dec 08
0
Completing subdirectories in include list
I'm having troubles using rsync to synchronize only files+directories
specified in "include list". I'm using command
rsync -avP --include-from=list --exclude="*" /from/ /to/
The "list" file contains 2 entries:
/a/b/file1
/file2
Rsync doesn't transfer file1 until I add all the subdirectories tree. It
means I have to adjust the list this way:
/a/
2014 Jan 30
1
Using rsync filter to include specific, deep subdirectories under source path?
I'm trying to get rsync filters working -- and understood.
My current, simple test script is
----------------------------------------------
#!/bin/bash
ROPTS="--verbose --progress --itemize-changes \
--recursive \
--links \
--perms \
--times \
--group \
--owner \
--devices \
--specials \
--acls \
--xattrs \
2010 Jul 26
0
Puppet Camp Redux - October 7th-8th in San Francisco
Hi all
After the success of last year''s Puppet Camp and Puppet Camp Europe
we''re going to be running Puppet Camp again in the United States.
The current dates are October 7th and 8th (Thursday and Friday) and the
location will be San Francisco - currently TBD but downtown San
Francisco. So mark your diary!
Like previous Camps there will be a small cost to cover food and venue
2010 Sep 23
0
Puppet Camp speaker spot
Hi all
Due to the late pull out of one of our potential speakers we have a
speaking spot open for Puppet Camp in SFO
(http://www.puppetlabs.com/community/puppet-camp/puppet-camp-sf-2010-info/).
So this is your big chance to make your mark on the Puppet community and
tell us about the cool thing you do or the quirky Puppet implementation
you have. We''re looking for 45 minute talks
2013 Oct 11
0
Submit talks for FOSDEM & CfgMgmtCamp.eu
We would like to encourage people to submit talks for the
Configuration Management devroom, which is being held at FOSDEM on
Saturday, February 1 in Brussels, Belguim and the CfgMgmtCamp.eu right
after FOSDEM on February 3 - 4 in Gent (a 30 min train ride from
Brussels)
=== FOSDEM Feb 1 & 2 ===
We are looking for talks from real world case studies, brainstorming
and hacking around
2015 May 04
0
[LLVMdev] LLD improvement plan
On May 1, 2015, at 12:31 PM, Rui Ueyama <ruiu at google.com> wrote:
> Proposal
> Re-architect the linker based on the section model where it’s appropriate.
> Stop simulating different linker semantics using the Unix model. Instead, directly implement the native behavior.
Preface: I have never personally contributed code to LLD, so don’t take anything I’m about to say too seriously.
2010 Nov 20
0
The Professional Services team at Puppet Labs
Hi all
It''s been a while since we introduced our professional services team to
the community. They lurk on the list quite a bit and help answer
questions and queries (their elite skills are also available for hire!).
They are (in alphabetical order):
Dan Bode (dan@puppetlabs.com)
Hunter Haugen (hunter@puppetlabs.com)
Cody Herriges (cody@puppetlabs.com)
Garrett Honeycutt
2015 May 04
4
[LLVMdev] LLD improvement plan
On Mon, May 04, 2015 at 12:52:55PM -0700, Chris Lattner wrote:
> I think the problem here is that these lead to natural and inescapable
> tensions, and Alex summarized how Camp B has been steering LLD away
> from what Camp A people want. This isn’t bad in and of itself, because
> what Camp B wants is clearly and unarguably good for LLVM. However,
> it is also not sufficient, and
2015 May 06
3
[LLVMdev] LLD improvement plan
I'm sorry if my suggestion gave an impression that I disregard the Mach-O
port of the LLD linker. I do care about Mach-O. I do not plan to break or
remove any functionality from the current Mach-O port of the LLD. I don't
propose to remove the atom model from the linker as long as it seems to be
a good fit for the port (and looks like it is).
As to the proposal to have two different
2016 Mar 03
0
[Bug 1585] Allow an `Include' option which reads another config file in place and does not error out when `Include' file not readable
https://bugzilla.mindrot.org/show_bug.cgi?id=1585
--- Comment #23 from Jakub Jelen <jjelen at redhat.com> ---
(In reply to Damien Miller from comment #22)
> There were a few problems with the previous patches, most due to
> host/match state persisting between files in non-intuitive ways.
This was partially intention. There is nothing worse than including
file into some unknown
2015 May 24
2
[LLVMdev] LLD improvement plan
I'm sorry for not updating the thread -- I thought I did that before.
I started experimenting the idea by implementing a minimal linker using the
section-based design with some additional simplification/optimizations.
It's already able to link small programs like the LLD itself, and the
performance looks indeed better (probably the LLD is too small as a
benchmark, but the new one is more
2015 May 07
4
[LLVMdev] LLD improvement plan
Hi,
There are a lot of advantages to keep on improving the atom model and
working on that model.
The atom model allowed lld to have a single intermediate representation
for all the formats ELF/COFF/Mach-O. The native model allowed the
intermediate representation to be serialized to disk too. If the
intermediate representations data structures are made available to
scripting languages most
2015 May 07
2
[LLVMdev] LLD improvement plan
On Thu, May 7, 2015 at 12:58 PM, Jim Grosbach <grosbach at apple.com> wrote:
> Hi Rui,
>
> Thank you for clarifying. This is very helpful.
>
> It’s unfortunate that you’re not seeing benefits from the increased
> semantic knowledge the atom based model can provide. I know you’ve explored
> the issue thoroughly, though, so I understand why you’re wanting to move a
>
2011 Jun 07
2
NGINX Puppet Module: Looking for Feedback/Use Cases
Hello everyone,
I''m currently working on a module for NGINX that I''d love to get some input on. Code can be found here: http://github.com/puppetlabs/puppetlabs-nginx.
This module is currently in development - it supports a few use cases:
* Create a vhost
* Create multiple location references for a vhost
* Create Proxy Upstream references to be used by Nginx
* Allow
2006 Jun 19
1
[Bug 1198] ssh associates the host identification to just IP/hostname , and it should also include remote port.
http://bugzilla.mindrot.org/show_bug.cgi?id=1198
Summary: ssh associates the host identification to just
IP/hostname , and it should also include remote port.
Product: Portable OpenSSH
Version: 4.3p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
2014 Feb 13
0
[Bug 1975] Support for Match configuration directive to also include subsystems
https://bugzilla.mindrot.org/show_bug.cgi?id=1975
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
At present, this is not possible
2010 Sep 21
0
Puppet Developer training in SFO
Hi all
Just after Puppet Camp we''re holding a Puppet developer training. If
you want to extend, hack on or customize Puppet or write your own facts,
types/providers or reports this is the place to learn how to do that.
The details are:
Rare Puppet Master Developer training (only held 1-2 times a year)
October 11-13 (9 AM - 4 AM everyday)
San Francisco, CA (Downtown area)
2012 Dec 20
0
[PATCH] libdrm_nouveau.pc: don't include I${includedir}/nouveau
Nouveau related headers are installed in I${includedir}/libdrm now.
---
nouveau/libdrm_nouveau.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nouveau/libdrm_nouveau.pc.in b/nouveau/libdrm_nouveau.pc.in
index 6170613..454fc87 100644
--- a/nouveau/libdrm_nouveau.pc.in
+++ b/nouveau/libdrm_nouveau.pc.in
@@ -7,5 +7,5 @@ Name: libdrm_nouveau
Description: Userspace interface