40648d1fbd019256f56ff2835773a490e6a4330d
[puppet-modules/puppetlabs-apt.git] / types / auth_conf_entry.pp
1 type Apt::Auth_conf_entry = Struct[{ machine => String[1], login => String, password => String }]