puppetで全サーバーにディレクトリを作る。
ディレクトリを作るというより、このディレクトリがあることを確証せよって感じ。
109 class another_apt_line{
110 file { '/etc/apt/sources.list.d':
111 ensure => directory
112 }
113 }
puppetで全サーバーにディレクトリを作る。
ディレクトリを作るというより、このディレクトリがあることを確証せよって感じ。
109 class another_apt_line{
110 file { '/etc/apt/sources.list.d':
111 ensure => directory
112 }
113 }