Re: [Puppet Users] Problem starting with cisco_ios

2018-11-30 Thread Ángel L . Mateo
El 30/11/18 a las 14:29, Ángel L. Mateo escribió: In _manifests/site.pp_ I have: node default {   device_manager {'switch_cisco_pruebas':     type => 'cisco_ios',     credentials => {   address => '1.2.3.4',   port => '22',   username => 'test',   password => 'password',

[Puppet Users] Problem starting with cisco_ios

2018-11-30 Thread Ángel L . Mateo
I'm beginning with puppetlabs/cisco_ios module. For the moment, just a proof of concept. These are the modules I have installed: /etc/puppetlabs/code/environments/ciscotest/modules ├── puppetlabs-cisco_ios (v0.6.1) ├── puppetlabs-concat (v5.1.0) ├── puppetlabs-device_manager (v2.7.0) ├── puppet