Could solve this error, as there was a typo in my NaServer.rb. that was causing this error.
Thanks Its solved On Tuesday, 30 May 2017 10:28:59 UTC+5:30, nidhi mittal hada wrote: > > Hi There, > > I am running a puppet master agent/device proxy and a device setup. > Where my setup was working fine till y'day. > Suddenly some thing happened not in my knowledge that my setup is giving > this error > which i am not able to diagnose. > > Any kind of hint/help will be highly appreciated. > > *puppet device run logs* > ================ > http://paste.openstack.org/show/610918/ > > *puppet.conf on agent * > =============== > [root@scsor0012515001 ~]# cat /etc/puppetlabs/puppet/puppet.conf > # This file can be used to override the default puppet settings. > # See the following links for more details on what settings are available: > # - > https://docs.puppetlabs.com/puppet/latest/reference/config_important_settings.html > # - > https://docs.puppetlabs.com/puppet/latest/reference/config_about_settings.html > # - > https://docs.puppetlabs.com/puppet/latest/reference/config_file_main.html > # - https://docs.puppetlabs.com/puppet/latest/reference/configuration.html > # > # > # > [main] > certname = scsor0012515001.rtp.openenglab.netapp.com > server = scsor0012513001.rtp.openenglab.netapp.com > > [root@scsor0012515001 ~]# > > *On Agent * > ========= > [root@scsor0012515001 ~]# cat /etc/puppetlabs/puppet/device.conf > [hnidhi-vsim1] > type netapp > url https://admin:netapp1!@hnidhi-vsim1 > [root@scsor0012515001 ~]# > > *On master* > [root@scsor0012513001 ~]# *cat > /etc/puppetlabs/code/environments/production/manifests/site.pp * > > node 'hnidhi-vsim1' { # Applies only to mentioned node; if nothing > mentioned, applies to all nodes > netapp_aggregate { 'aggr1': > ensure => present, > diskcount => '6', > } > } > > [root@scsor0012513001 ~]# > > > > Any other info if required kindly ask. > > > > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/523403ce-3c66-4ddd-95ce-6f139f03d160%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
