Puppet Class: stns::repo::apt
- Defined in:
- manifests/repo/apt.pp
Overview
1 2 3 4 5 6 7 8 9 10 |
# File 'manifests/repo/apt.pp', line 1
class stns::repo::apt {
apt::source { 'stns':
location => 'http://repo.stns.jp/debian/',
release => 'stns',
key => {
id => '6BACCE33697C7E568D5C162F018A7A21B2EC51BA',
source => $::stns::repo::gpgkey_url,
}
}
}
|