Merge pull request #752 from antaflos/apt_auth_conf_support
[puppet-modules/puppetlabs-apt.git] / types / auth_conf_entry.pp
1 type Apt::Auth_conf_entry = Struct[{ machine => String[1], login => String, password => String }]