Displaying 20 results from an estimated 500 matches similar to: "mixing templates and other methods for a file''s content"
2008 Jan 09
1
removing exported resources
Hello everybody.
I have a question about removing exported resources. How is this done?
Does it happen automagically?
If I do:
@@file{"/tmp/bla":
content => "blahs content",
ensure => present,
}
and thus export "/tmp/bla" to another host does it vanish by itself as
soon as I remove the definition, or would I need to state something
like:
2009 Feb 02
2
public facts repository
Hello all,
I have set up a public svn repository with some facts that we have
written over time:
https://svn.ikw.uni-osnabrueck.de/dav/ikwadmin/public/puppet/facts/
(yes, it is svn).
Now, I was wondering where to document this on the puppet-wiki (or
should it rather be the facter-wiki)
http://reductivelabs.com/trac/puppet/tags/facter%2Crecipe does not
give any clear hint on this. Maybe I
2008 Jan 18
7
puppet 0.23.2 can''t collect exported resources
hi,guys
I''m test the resources export and collect , OS is Debian etch and
sarge, puppet server and client version all of the 0.23.2 ; the db is
MySQL-4.1
My test code is like this.
node ''b'' {
@@file {"/tmp/a": ensure => present ,content => "test"; }
}
node ''a'' {
File <<||>>
}
I run puppetd on
1999 Nov 13
0
Retraction: security hole in sudo allows users full access
I did not understand the man pages for sudo and incorrectly interpreted
the results. I interpreted the ALL to apply to all commands
defined in the sudoers file. Basically, I'm an idiot, but here is the
chain I followed, and the correct interpretation.
In the man pages on sudo, it says the following:
A User_List is made up of one or more usernames, uids
(prefixed with
2008 Sep 18
1
using NOPASSWD in sudoers
Hello Everyone,
I am trying to change our /etc/sudoers (using visudo) to allow 2
commands to be run as root without a password, but it isn't working.
Here is the part of the sudoers file that is in question.
# User alias specification
User_Alias FULLACCESS = doug, scott
# members of the FULLACCESS User_Alias may run chown and chmod without
a password
FULLACCESS ALL = (root) NOPASSWD:
2009 Jun 18
7
Testing if a resource is already defined
Hi gang,
Is it possible to test if a particular resource has already been
defined? I''d like to do something like this:
if !Host["$fqdn"] {
host {"$fqdn": ip => "$ipaddress_eth0" }
}
Essentially, test to see if there is no Host resource defined for the
current server and if not, add a host entry for itself using the IP
address of eth0.
Possible?
2008 May 08
23
The wiki - directions and ideas
Hi all
Luke and I have been discussing the wiki and how its future development
might pan out. As a result I thought I''d canvas people for feedback.
Currently the wiki''s layout and structure is fairly ad hoc and it''s a
mix of wiki mark-up and REStructured Text (RST). We''d like to make it
more "manual" like or at least move a significant portion of
2017 Nov 02
0
corrupted db after upgrading to 4.7
Hi Samba team and Maxence,
> last week we updated three domain controllers (Sernet Samba) from 4.2 to
> 4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok.
>
> The next day we got a mail from the Sernet team informing they fixed a
> bug affecting the group memberships.
>
> https://bugzilla.samba.org/show_bug.cgi?id=13095
>
> We've
2014 Oct 25
1
Dynamic tags in email address
I'm trying to get dynamic tagging (user+sometag at example.com) to work on
a mail server I'm setting up, however it only works as long as it's sent
to the main user and not to aliases.
virtual-alias-maps query: SELECT get_email_alias_dyn('%s')
virtual-mailbox-domains query: SELECT 1 FROM domain WHERE name='%s'
virtual-mailbox-maps query: SELECT 1 FROM user_alias
2017 Nov 02
2
corrupted db after upgrading to 4.7
Hello
last week we updated three domain controllers (Sernet Samba) from 4.2 to
4.7, typical upgrade path (4.3->4.4->4.5->4.6->4.7), everything was ok.
The next day we got a mail from the Sernet team informing they fixed a
bug affecting the group memberships.
https://bugzilla.samba.org/show_bug.cgi?id=13095
We've applied the update and few days after the update which should
2007 Dec 27
0
Silent Validation Failures
Hello,
I''m having trouble with after_validation_on_create causing my
validations to fail silently. I''ve got a restful_authentication based
user model that requires a number of things from the user: email, dob,
gender, etc. When a user is created, all of these are validated in
various ways (presence, inclusion_of, etc.). Afterwards, I call three
protected methods using
2003 Dec 09
1
S3 domain member shares won't authorize secondary groups, only for W98
Hi list,
After kudos, time comes again with problems.
This time, still on the same setup as before :
- Linux PDC with ldapsam, ran by RH9, OpenLDAP 2.0.27 (stock RH9
RPM+Solaris RootDSE patch), Samba 3.0.1rc1 recompiled from SRPM ;
- Linux BDC is the same ;
The PDC and BDC are working Ok, so I won't include the smb.conf from these.
- Solaris 9 domain member (jersey) gets Posix accounts
1999 Oct 20
1
File names and e-acute char
Hi.
Samba 1.9.15p8 under IRIX 6.1 (yes I know, it's old stuff ...)
The susers on Windows 9x/WindowsNT just put their strange file name or
directory name (like /usr/people/mesure_?t? ) on the IRIX. However, from
the IRIX side, it's impossible toaccess to such files/directory.
What's more, my ARkeia backup client stalls on such a name and fouled up
my backup database...
NB: Oops: for
2020 Mar 23
3
Problem with mail_uid
Hello!
I have problems fetching mail for a system user. In use is a passwd-file.
If I set (for virtual users)
mail_uid = vmail
mail_gid = vmail
in 10-mail.conf, I get permission denied.
2020-03-23 18:39:23 imap(andreas at dualbit.de): Error: chdir(/home/andreas/Maildir/) failed: Permission denied (euid=5000(vmail) egid=5000(vmail) missing +x perm: /home/andreas/Maildir, dir owned by 5006:5006
2007 Apr 26
5
$processor fact not working on OS X
Hello dear list.
First of all thanks to all the developers for the great work on puppet.
After using it for a while, there is not better tool to manage a network!
I have a problem with the $processor fact, which seems to be either not
there or ignored at all.
I try to implement package deployment for the Macs (Intel vs. PowerPC)
as described here:
2007 Jul 11
3
Strange problem with exported ressources
Hi there,
I have a strange problem with the exported ressources in the munin
module I wrote.
See: http://mail.madstop.com/pipermail/puppet-users/2007-June/003179.html
For some reason it stopped working.
On the munin::host I get the error that:
err: Could not retrieve configuration: Exported resource
File[munin_def_XY_4949] cannot override local resource
The munin::host is also a
2010 Nov 19
6
augeas / sudoers
Hello everybody!
How can i create with puppet following sudoers file:
User_Alias CENTREON=apache,nagios
CENTREON ALL = NOPASSWD: /etc/init.d/nagios* restart
CENTREON ALL = NOPASSWD: /etc/init.d/nagios* reload
CENTREON ALL = NOPASSWD: /usr/bin/nagios* -v *
The problem that augeas create only last line, replacing previous one.
--
You received this message because you are subscribed to
2009 Jan 29
32
Facter - the future - your input needed
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all
We''re currently looking at the next release of Facter and the future
direction of the tool. I''d like to try and prompt some discussions on
facter and what people want from it.
As a starter here''s some (although not all) of the ideas we''ll be
working through:
1. Namespaces - add a namespace or tiered
2007 Sep 11
25
Re: #786: exported resources not refreshed
Hello all,
what exactly is the "design decision" that is needed here?
We currently have the problem that 0.23.2-3 (debian package) does not
work when it comes to collecting exported resources. The resources are
saved in the database, so picking them up is the problem (db is Mysql5.x).
This is a major problem for us, since we are using this a lot for our
monitoring services. I
2020 Mar 23
0
Problem with mail_uid
> On 23/03/2020 19:43 ratatouille <ratatouille at bitclusive.de> wrote:
>
>
> Hello!
>
> I have problems fetching mail for a system user. In use is a passwd-file.
>
> If I set (for virtual users)
> mail_uid = vmail
> mail_gid = vmail
> in 10-mail.conf, I get permission denied.
>
> 2020-03-23 18:39:23 imap(andreas at dualbit.de): Error: