How we can mangae Puppet node Automatic updates

91 views
Skip to first unread message

Jithin Xavier

unread,
Feb 28, 2013, 10:18:46 AM2/28/13
to puppet...@googlegroups.com
Hi All,

Puppet node is automatically updating every 30 minutes,Is there anyway to update that time span?

Thanks,
Jithin

Matthew Burgess

unread,
Feb 28, 2013, 10:26:14 AM2/28/13
to puppet...@googlegroups.com
On Thu, Feb 28, 2013 at 3:18 PM, Jithin Xavier <jithin....@gmail.com> wrote:
> Hi All,
>
> Puppet node is automatically updating every 30 minutes,Is there anyway to
> update that time span?

Yes, this is set in the agent's puppet.conf file:

http://docs.puppetlabs.com/references/3.1.latest/configuration.html#runinterval

Regards,

Matt.

Jithin Xavier

unread,
Feb 28, 2013, 10:49:23 AM2/28/13
to puppet...@googlegroups.com
Thanks Matt,

On which file I should edit to update runinterval?

Thanks
Jithin





--
You received this message because you are subscribed to a topic in the Google Groups "Puppet Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/puppet-users/d0n0k02crgI/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to puppet-users...@googlegroups.com.
To post to this group, send email to puppet...@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.





--
-Regards
Jithin Xavier

Rakesh Kathpal

unread,
Feb 28, 2013, 10:56:01 AM2/28/13
to puppet...@googlegroups.com
In the file /etc/puppet/puppet.conf

In the [main] section.

Thanks & Regards,

Rakesh K.

--
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...@googlegroups.com.

Rakesh Kathpal

unread,
Feb 28, 2013, 10:56:23 AM2/28/13
to puppet...@googlegroups.com
Sorry that should have been.. in the [agent] section.

Jithin Xavier

unread,
Mar 11, 2013, 2:26:52 AM3/11/13
to puppet...@googlegroups.com
Hi,


How can I manage Puppet automatic update in my Agent( I wanted to stop puppet all automatic updates to my Agent servers.).Please have look on my Puppet Agent //etc/puppetlabs/puppet/puppet.conf file below.

[main]
    vardir = /var/opt/lib/pe-puppet
    logdir = /var/log/pe-puppet
    rundir = /var/run/pe-puppet
    modulepath = /etc/puppetlabs/puppet/modules:/opt/puppet/share/puppet/modules
    user = pe-puppet
    group = pe-puppet
    archive_files = true
    archive_file_server = puppetmaster
   

[agent]
    certname = puppetagent
    server = puppetmaster
    report = true
    classfile = $vardir/classes.txt
    localconfig = $vardir/localconfig
    graph = true
    pluginsync = true
 

Please advise me to update this one properly.
Reply all
Reply to author
Forward
0 new messages