I'm trying to apply settings on a Cisco Catalyst 2960S through the puppet, 
but I can not. 

When I give the "device #puppet verbose" command, the puppet does not 
return me error but does not apply the manifest. 


*Follows the return of the command:*

#puppet device --verbose
> Info: starting applying configuration to switch.mydomain at 
> telnet://admin:admin@switch.mydomain
> Info: Retrieving pluginfacts
> Info: Retrieving plugin
> Info: Caching catalog for switch.mydomain
> Info: Applying configuration version '1408732346'
> Notice: Finished catalog run in 0.05 seconds



*/etc/puppet/puppet.conf:*

[main]
> logdir=/var/log/puppet
> vardir=/var/lib/puppet
> ssldir=/var/lib/puppet/ssl
> rundir=/var/run/puppet
> factpath=$vardir/lib/facter
> #templatedir=$confdir/templates
> [master]
> # These are needed when the puppetmaster is run by passenger
> # and can safely be removed if webrick is used.
> ssl_client_header = SSL_CLIENT_S_DN
> ssl_client_verify_header = SSL_CLIENT_VERIFY
> dns_alt_names = puppetmaster,puppetmaster.mydomain


*/etc/puppet/device.conf*

[switch.mydomain]
> type cisco
> url telnet://admin:admin@switch.mydomain
>

 
*Manifest: /etc/puppet/manifests/switch.pp*
 

> interface {
>       "GigabitEthernet0/1":
>         description => "puppet test",
>     }
> }


*PS: after that I see that nothing has changed on the switch*

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d366038c-1062-4e1c-b21f-2bb7cbacc2ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to