Displaying 20 results from an estimated 11000 matches similar to: "puppetlabs-ntp: templates merge, and new features"
2013 Jul 10
20
puppetlabs-ntp template discussion
Hi guys,
As I mentioned in a previous email I''ve refactored ntp and released a 1.0.0
release candidate. There''s one outstanding "flaw" remaining that''s
bothering me and I wanted to solicit opinions on the list. We currently
maintain a template per distribution that is close to the stock
distribution provided ntp configuration. This leads to massive
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
A new release of the puppetlabs/postgresql module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/postgresql/2.1.0
Changelog
========
This release is primarily a feature release, introducing some new
helpful constructs to the module.
For starters, we''ve added the line `include
''postgresql_conf_extras.conf''` by default so extra parameters not
2013 Feb 19
1
Functions for PuppetDB
Is this the best option for accessing puppetdb data from modules?
http://forge.puppetlabs.com/dalen/puppetdbquery
Any other recommendations?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To post to this
2012 Apr 17
0
Failed to parse template ... private method 'split' called for :undef:Symbol - github - puppetlabs/puppet-dhcp
Hi Puppet Users,
Puppet Version - v2.7.13
Ruby Version - ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux]
I am trying to use the Puppetlabs DHCP module (https://github.com/puppetlabs/puppet-dhcp) to setup a DHCP server on one of my nodes.
I have followed the example in the readme.md file in my node declaration for the server (extracted part below)
class { ''dhcp'':
2015 Feb 09
1
member ntp time sync
On my member server, running 'ntpq -p' yields:
ntpq -p
localhost: timed out, nothing received
***Request timed out
The ntp.conf file is trying to use the DC's hostnames addresses:
user at DC01:~# cat /etc/ntp.conf
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
driftfile /var/lib/ntp/ntp.drift
# Enable this if you want statistics to be logged.
#statsdir
2009 Aug 12
2
ntp will not drift to correct time
Hi
On 5.3 i have a situation where some boxes have been 3 or 4 seconds out
and restarting ntpd has fixed the issue.
What i dont understand is why the clocks did not drift to the correct
time when the config seems correct in that restarting ntp did correct
the time.
Is there something 'special' i need to do in order for the drift to work?
$ cat /etc/ntp.conf
restrict default
2013 Jul 27
2
Correct NTP Settings for Samba 4.0.6?
Hello,
I recently compiled Samba 4.0.6 (as an AD DC) and am running it on Ubuntu 12.04.
I followed the instructions on the Samba wiki (https://wiki.samba.org/index.php/Configure_NTP)
for how to configure ntp, however the domain clients are rejecting the DCs as
being acceptable time sources. Below is my ntp.conf:
server 127.127.1.0
fudge 127.127.1.0 stratum 10
server 0.pool.ntp.org iburst
2013 May 25
1
Error: Could not find dependency Yumrepo[puppetlabs-products] for Package[puppet]
I have installed puppet from puppet-labs yum repository on OEL familiy
of Red Hat Enterprise Linux Server release 5.9 (Tikanga)
----------------------------------------------------------------------------
[root@oel-puppet-master modules]# yum list facter
Loaded plugins: rhnplugin, security
This system is not registered with ULN.
You can use up2date --register to register.
ULN support will be
2013 Oct 07
0
Unable to connect to PuppetLabs repository
Tried running the below command:-
*
sudo rpm -ivh
http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm
*
And got this:-
Retrieving
http://yum.puppetlabs.com/el/6/products/i386/puppetlabs-release-6-7.noarch.rpm
curl: (7) Failed to connect to 2600:3c00::f03c:91ff:fe69:6bf0: Network is
unreachable
error: skipping
2012 Oct 12
1
apt.puppetlabs.com for Debian Lenny is broken ?
Hello list,
I try to install puppet agent on Debian Lenny. I got following error.
Seems the repo is broken :
-----------------------------------------------------------------------------------------------------------------------------------
node001:~# wget http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
--2012-10-12 02:12:12-- http://apt.puppetlabs.com/puppetlabs-release-lenny.deb
2008 Apr 22
2
deny other hosts from synchronizing time with NTP client
Hi CentOS users
We are running CentOS 4.5 with NTP 4.2.0.
# cat /etc/ntp.conf
restrict default ignore
restrict dns1.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict dns2.xxx.xxx mask 255.255.255.0 nomodify notrap noquery
restrict 127.0.0.1
server dns1.xxx.xxx
server dns2.xxx.xxx
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay 0.008
authenticate no
The problem is
2019 Jan 08
0
AD DC in a container: NTP
On Tue, 8 Jan 2019 14:32:45 +0100
Viktor Trojanovic via samba <samba at lists.samba.org> wrote:
> I’m currently trying to install a new (primary) AD DC in a Linux
> container. It seems to me that being in a container, the DC is easier
> to maintain and backup than on bare metal, and I prefer a container
> over a VM for performance reasons. If the container setup will prove
>
2011 Dec 12
0
Changes to apt.puppetlabs.com
Last Friday, with a minimum of hiccups, we moved to using freight
(http://www.github.com/rcrowley/freight) to handle our repository at
apt.puppetlabs.com. One consequence of this move is that the debian
repository links will need to be updated. They should be changed to
the following:
deb http://apt.puppetlabs.com/ $dist main
and
deb-src http://apt.puppetlabs.com/ $dist main
There are symlinks
2011 Jun 21
0
Announce: puppetlabs-mcollective 0.1.8
Hi everyone,
I''m going to try announcing new versions of Modules I''m working on as
I release them to the Forge. puppet-users and mcollective-users seems
like the best place, but please let me know if you have other
preferences.
I''ve added a small change to the mcollective module we''ve recently
released [1]. This change ensures all of the resources managed by
2013 Jan 24
5
Searching for Nodes
Hello All,
I''m reviewing switching to puppet from chef and am trying to identify how
to port the various features.
I have hit a stumbling block searching for nodes. In Chef i could search
for a node by role, but I am lost as how to do this with puppet and classes.
Example:
I want my load-balancing node to look for all application server nodes and
grab their ip address (and hostname
2019 Jan 08
0
AD DC in a container: NTP
Hai Viktor,
I've seen some answers already and all are correct.
What i would do different here, when running in a container..
apt-get remove --purge ntpd ;-)
The hosts that are running AD DC containers these need all up to use the same time source.
And you dont install ntpd, you still have the same time in you AD.
NTPD is not obligated to setup AD DC's. Its obligated to have
2013 Jan 23
1
Problem with Puppet upgrade 2.7 => 3.0 on Centos 5 using puppetlabs dependencies repo.
Hi,
I have a problem with puppet upgrade from 2.7 to 3.0 on centos 5.
I have included the puppet dependencies repo for el5
(http://yum.puppetlabs.com/el/5/dependencies/x86_64/) to upgrade my ruby
version to 1.8.7.
However a "yum install ruby" will give me ruby 1.8.5 from the centos base
repo.
If i disable the base repo i get ruby 1.8.7 but ruby-libs has depsolving
problems - it
2013 Oct 08
0
How to properly override manage_config_file parameter in puppetlabs-mysql module?
I''ve been using puppet for a while, and have built up quite a range of my
own very (very!) basic modules to do what I need to do.
Now I''m starting to delve into the world of puppetlabs and am testing the
new puppetlabs-mysql module (2.0.0-rc3) and have a (probably) fairly basic
question, about parameters and overriding them.
I don''t want the module to manage the
2013 Oct 04
0
Is anyone using puppetlabs-firewall with IPv6?
Hi all,
I''m cleaning up some puppet manifests, and thought it would be a good
opportunity to move from my own monolithic iptables/ip6tables modules
to the official puppetlabs-firewall module.
But... what''s the deal with IPv6?
My first concern was that there is no easy way to have simple rules be
applied to both iptables and ip6tables. Fair enough, I just wrote a
simple wrapper
2013 May 20
0
Announce: Module puppetlabs/puppetdb 1.3.0 Available
A new release of the puppetlabs/puppetdb module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/puppetdb/1.3.0
This feature release provides us with a few new features for the PuppetDB
module.
You can now disable SSL when using the `puppetdb` class by using the new
parameter `disable_ssl`:
class { ''puppetdb'':
disable_ssl => true,
}