調べてみると、"epel"と"rpmforge"で二種類存在していました。
# yum info puppet
--------
Available Packages
Name : puppet
Arch : noarch
Version : 0.24.8
Release : 4.el5
Size : 1.9 M
Repo : epel
Summary : A network tool for managing many disparate systems
URL : http://puppet.reductivelabs.com/
License : GPLv2+
Description
: Puppet lets you centrally manage every important aspect
of your system using a
: cross-platform specification language that manages all
the separate elements
: normally aggregated in different files, like users, cron
jobs, and hosts,
: along with obviously discrete elements like packages,
services, and files.
--------
Available Packages
Name : puppet
Arch : i386
Version : 0.22.4
Release : 1.el5.rf
Size : 382 k
Repo : rpmforge
Summary : Network tool for managing many disparate systems
URL : http://reductivelabs.com/projects/puppet/
License : GPL
Description
: Puppet lets you centrally manage every important aspect
of your system using a
: cross-platform specification language that manages all
the separate elements
: normally aggregated in different files, like users, cron
jobs, and hosts,
: along with obviously discrete elements like packages,
services, and files.
--------
なので以下のように、バージョンの新しい(0.24.8)"epel"のものをインストールすることにします。
# yum install puppet.noarch
ついでにサーバもインストールしておきます。
# yum install puppet-server.noarch
次は、下記など参考にしながら設定です。(今日中にいけるか?)
http://gihyo.jp/admin/serial/01/puppet
--------
http://www.suz-lab.com

0 コメント:
コメントを投稿