summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 11:33:56 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 11:33:56 -0400
commitb35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52 (patch)
tree89352cb83ff357345f3070f6387c35ec3295a515
parentcdc6eef91985545432ec222294b650e0d8269be1 (diff)
downloadthird_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.tar.gz
third_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.tar.xz
third_party-cobbler-b35cdb8ff2f87dc3e545ff54ffe829cfac1d6c52.zip
Remove testuser from password file.
-rw-r--r--Makefile2
-rw-r--r--config/auth.conf1
-rw-r--r--website/new/download.html11
3 files changed, 4 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index c4e12b5..cb2661a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,10 @@ install: clean manpage
devinstall:
cp /var/lib/cobbler/settings /tmp/cobbler_settings
+ cp /etc/cobbler/auth.conf /tmp/cobbler_auth.conf
make install
cp /tmp/cobbler_settings /var/lib/cobbler/settings
+ cp /tmp/cobbler_auth.conf /etc/cobbler/auth.conf
sdist: clean messages updatewui
python setup.py sdist
diff --git a/config/auth.conf b/config/auth.conf
index d8a0ed5..ebbd811 100644
--- a/config/auth.conf
+++ b/config/auth.conf
@@ -1,3 +1,2 @@
[xmlrpc_service_users]
admin = DISABLED
-testuser = llamas2007
diff --git a/website/new/download.html b/website/new/download.html
index 9601bfc..add299e 100644
--- a/website/new/download.html
+++ b/website/new/download.html
@@ -34,17 +34,10 @@ yum install koan # on target systems
</p>
-<h4>Installing For RHEL Users</h4>
+<h4>Installing For RHEL and CentOS Users</h4>
<p>
<blockquote>
-The lastest stable releases of Cobbler and Koan are included in <A HREF="http://fedoraproject.org/wiki/EPEL">Extras Packages For Enterprise Linux</A> and can be installed with yum.
-</blockquote>
-</p>
-
-<h4>Installing For Centos Users</h4>
-<p>
-<blockquote>
-Centos users can use the EPEL repositories linked in the RHEL instructions. Cobbler for Centos 5 is also included in <A HREF="http://dev.centos.org/">Centos Extras</A> (which also tracks stable releases) and can be installed from there with yum.
+The lastest stable releases of Cobbler and Koan are included in <A HREF="http://fedoraproject.org/wiki/EPEL">Extras Packages For Enterprise Linux</A> and can be installed with yum. Since EPEL's main repository does not update super frequently, using EPEL Testing is recommended so you can get the latest packages. <A HREF="http://download.fedora.redhat.com/pub/epel/testing/">EPEL Testing</A>. Packages pushed to EPEL testing for cobbler and koan are considered "stable", despite the repository being called "testing".
</blockquote>
</p>