Displaying 20 results from an estimated 700 matches similar to: "Fileserver configuration Files are created but not replaced"
2012 Nov 20
6
Exception for one server on a basic setup
Hi,
I''m not a total newbie with puppet, but I only use it for a few things and
I''m not even using modules yet, mostly because I only deploy configuration
files for now.
I have a configuration for NTP that looks like this:
class ntpd {
package { "ntp":
ensure => installed,
}
file { "/etc/ntp.conf":
owner => root,
2007 Jun 27
9
Newbie questions...
I''ve spent the last week or two poring over the documentation and
setting up my first puppet environment, and while I''ve figured out
how to do most of what I want to do with it, I have some questions
that I haven''t been able to find answers for...
* Can I match parts of a facter fact? In particular I have hostnames
that include the environment as part of the
2020 Feb 27
9
[Bug 1410] New: STATELESS, rules with notrack into a map
https://bugzilla.netfilter.org/show_bug.cgi?id=1410
Bug ID: 1410
Summary: STATELESS, rules with notrack into a map
Product: nftables
Version: unspecified
Hardware: x86_64
OS: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at
2011 Jan 07
7
My external node classifier script is totally ignored
Hi,
I just added an external classifier script, and things
are not working as I expected to.
Trying to read documentation about ext.nodes and
searching the archives I couldn''t come up with any
useful results.
My classifier script outputs:
--- YAML
---
classes:
- geodns::production::backend
environment: production
name: z01-06-02
parameters:
puppet_server:
2007 Oct 15
1
inheritance for file properties?
Hi there,
I was looking through examples of puppet recipes and came across:
http://reductivelabs.com/trac/puppet/wiki/ClamAV
I notice the exhaustive listing of each files properties and settings
and wonder if there is a way to have a file inherit settings from other
files?
Ie instead of:
file { "main_cvd":
path => "/var/lib/clamav/main.cvd",
2009 Aug 12
4
how to specify the the source directory
Hello,
When I set:
source => "puppet://mypuppet.company.com/apache/httpd.conf"
which directory should I put httpd.conf under the puppet server
machine mypuppet.company.com?
I checked the documentation but cannot find the answer.
Thanks.
Peter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2004 Aug 06
3
[fred@vonlohmann.com: Re: pho: How Live365 fights back...]
This is a mail in response to streamripper being threatened by legal
action from Live365. The DMCA strikes again.
jack.
----- Forwarded message from Fred von Lohmann <fred@vonlohmann.com> -----
Delivered-To: jack@localhost.cantcode.com
Delivered-To: jack@icecast.org
X-Authentication-Warning: penguin.onehouse.com: majordomo set sender to owner-pho@onehouse.com using -f
X-Sent: 31 May 2001
2014 Dec 19
2
RPC Server Unavailable Message
On 19/12/14 22:17, Tim wrote:
> Try to give your samba server another NetBIOS hostname than localhost and comment out the lines with server services and dcerpc endpoint servers.
> Check your DNS back end. For now it seems due to your smb.conf that you are not using the samba internal DNS server. It's not a must have, but samba does not provide dns. NetBIOS name should be equal to your
2013 Jan 22
7
New user learning puppet and getting error> getaddrinfo: Name or service not known
Hello everyone,
I''m a new user regarding puppet but I''m skilled with linux. I have setup a
puppetmaster server and also have a puppet client for testing on a
different box.
/etc/sysconfig/puppet has been edited to reach puppetmaster with
option PUPPET_SERVER=puppet.mydomain.cr (I''m in Costa Rica)
On the puppetmaster I was able to see the client with puppetca
2007 Dec 11
4
EL5.1 client problems
Hi all,
I attempted to add an EL5.1 client to our puppet server (EL5), and after
signing the client cert, got the error "Certificates were not trusted:
hostname not match with the server certificate"
I found the mailing list discussion and the relevant page:
http://www.reductivelabs.com/trac/puppet/wiki/RubySSL-2007-006
As far as I can tell, my puppermaster''s cert CN matches
2014 Dec 19
2
RPC Server Unavailable Message
Greetings,
We've been testing Sernet Samba AD and are running into trouble with the
RPC server unavailable message when trying to edit group policy and
manage users with Windows 8.1. Upon restarting the service, we can
connect to the RPC server, but after 24 hours or less, we can no longer
connect. I've been trying to find more information about this issue,
which was apparently
2009 Sep 29
5
Running puppet as non-root => getting rid of all those ownership warnings
I''m using puppet to manage configs on machines where I don''t have root
access. Whenever I use a File resource where the source is a puppet://
resource, I get tons of warnings when I run puppet that look like:
Cannot manage ownership unless running as root
True enough, I''m not running as root, but I also didn''t specifically
mention a "owner"
2014 Dec 22
3
RPC Server Unavailable Message
On 22/12/14 19:05, Marc Muehlfeld wrote:
> Hello Asai,
>
> Am 22.12.2014 um 19:55 schrieb Rowland Penny:
>>> localhost isn't the name of the ad dc, at least that's not what I
>>> intended. How do I change it without reprovisioning? Can you provide
>>> a link to some documentation?
>> I cannot provide a link to any documentation, this is because,
2007 Jul 21
5
Some ''in service'' questions
Hi,
Just a quick query about some things that crop up when I run ''puppetd
--test''. Every time I run this command I always see the following
output, which I think is strange as the ''man'' package has been installed
previously and the firewall service is definitely running. Has anybody
got any suggestions as to why puppet thinks it needs to install the man
2007 Jul 11
1
Template errors
Hi,
I''m having a problem with templates and a remote node. I have a working
puppetserver and and puppet client (on the same server) which
successfully runs my manifest(s) and now I''m trying to add a new client
on a separate server. It all seems to work except for when I try to use
templates. For example :
file {
"/etc/apt/sources.list":
2007 Jul 12
1
Importing GPG keys
Hi,
I''m trying to import a gpg key (for repository signing) for my servers
root user, with something like this :
file { "/etc/company/company-gpg-key":
owner => root,
group => root,
mode => 0644,
source => "puppet://$puppet_server/files/backports/company-gpg-key",
}
exec { "gpg --import /etc/company/company-gpg-key":
unless =>
2009 Mar 05
2
Exposing environment variables to Facter
Hey gang,
During the build of our Linux (EL4 and EL5) images, the kickstart
process writes out a file (/etc/sysconfig/soe) that contains:
SOE_VERSION="Version string"
SOE_BUILD_DATE="2009-03-06"
I then have /etc/profile.d/facter.sh scripts that has this:
. /etc/sysconfig/puppet
. /etc/sysconfig/soe
FACTER_PUPPETMASTER=$PUPPET_SERVER
FACTER_SOE_VERSION=$SOE_VERSION
2005 Feb 08
3
live monitoring (SIP only)
Hi,
is it and how is it possible to live monitor (barge - in) a SIP to SIP
call without
any Zap Interface? I am using asterisk 1.0.5 with chan_capi from Junghanns
and SIP clients. I was looking for chan_spy application but it seems to be
no longer available.
Bye,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Feb 11
1
PAM auth and userdb
Hi all,
I've just setup dovecot 2.0.9 on Solaris 10 - everything works fine so far.
I'm authentication my users with PAM (against /etc/passwd) -> works
The users get the default quota setting from dovecots config.
Now I like to override the quota settings for some users.
So I created a userdb - but it seems, that its not used ...
What might be wrong?
# 2.0.9:
2010 Sep 09
5
Having trouble configuring puppet for file serving
Hi,
I am running puppet-server 0.25.5 on CentOS 5.4.
I defined a moudle in /etc/puppet/fileserver.conf as below:
[files]
path /tmp/puppet
allow *
I also defined a resource in /etc/puppet/manifests/site.pp:
file { "/etc/passwd":
owner => "root",
group => "bin",
mode => 644,
}
file { "/tmp/0909.txt":
source =>