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