Skip to content

Instantly share code, notes, and snippets.

@roman-mueller
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roman-mueller/cf776fd180a085a551c2 to your computer and use it in GitHub Desktop.
Save roman-mueller/cf776fd180a085a551c2 to your computer and use it in GitHub Desktop.
puppetserver2-issue
[root@puppet manifests]# systemctl restart puppetserver.service
[root@puppet manifests]# vi init.pp
[root@puppet manifests]# /opt/puppetlabs/bin/puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet
Info: Applying configuration version '1429515812'
Notice: /Stage[main]/Global/Host[node1]/ip: ip changed '10.13.37.3' to '10.13.37.4'
Info: Computing checksum on file /etc/hosts
Notice: Applied catalog in 1.49 seconds
[root@puppet manifests]# vi init.pp
[root@puppet manifests]# /opt/puppetlabs/bin/puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet
Info: Applying configuration version '1429515837'
Notice: /Stage[main]/Global/Host[node1]/ip: ip changed '10.13.37.4' to '10.13.37.5'
Info: Computing checksum on file /etc/hosts
Notice: Applied catalog in 1.41 seconds
[root@puppet manifests]# vi init.pp
[root@puppet manifests]# /opt/puppetlabs/bin/puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet
Info: Applying configuration version '1429515859'
Notice: Applied catalog in 0.03 seconds
[root@puppet manifests]# systemctl restart puppetserver.service
[root@puppet manifests]# /opt/puppetlabs/bin/puppet agent -t
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Info: Caching catalog for puppet
Info: Applying configuration version '1429515989'
Notice: /Stage[main]/Global/Host[node1]/ip: ip changed '10.13.37.5' to '10.13.37.6'
Info: Computing checksum on file /etc/hosts
Notice: Applied catalog in 1.37 seconds
[root@puppet manifests]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment