Puppet

Puppetで複数の鍵を登録するためのマニフェスト

ssh_authorized_key { 'user1@example.com':
 user => 'k',
 type => 'rsa',
 key => 'AAAAB3Nz.... ',
 }

ssh_authorized_key { 'user2@example.org':
 user => 'k',
 type => 'rsa',
 key => 'BBBBBB3Nz..... ',
 }

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-30 (木) 01:40:11