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',
       enable_password => 'enablepassword',
     },
   }
}

        Errata. This is my manifest:

node default {
  include cisco_ios::proxy

  device_manager {'switch_cisco_pruebas':
    type => 'cisco_ios',
    credentials => {
      address => '1.2.3.4',
      port => '22',
      username => 'test',
      password => 'password',
      enable_password => 'enablepassword',
    },
  }
}

--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la Información
y las Comunicaciones Aplicadas (ATICA)
http://www.um.es/atica
Tfo: 868889150
Fax: 868888337

--
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/7abe1850-1060-de0a-16ca-12f65eded1f8%40um.es.
For more options, visit https://groups.google.com/d/optout.

Reply via email to