1
0
mirror of synced 2026-04-14 23:37:56 +00:00

Document the cfengine role, add cfengine to debian/control:Suggests.

Also fix some documentation bugs in roles/cfengine
This commit is contained in:
Axel Beckert
2010-05-26 21:13:36 +02:00
parent ec848be650
commit d575169b42
3 changed files with 8 additions and 4 deletions

View File

@@ -603,6 +603,10 @@ Create a Xen configuration file in so that xm can start the new domain.
Setup the new virtual images with commonly used packages for rebuilding
Debian packages from their source.
=item cfengine
Install cfengine2 on the virtual image and copy the cfengine
configuration from Dom0.
=item gdm
Install an X11 server, using VNC and GDM

2
debian/control vendored
View File

@@ -12,7 +12,7 @@ Package: xen-tools
Architecture: all
Depends: debootstrap | cdebootstrap, perl-modules, libtext-template-perl, libconfig-inifiles-perl, libfile-slurp-perl, ${misc:Depends}
Recommends: xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae, rinse, xen-shell, libexpect-perl
Suggests: reiserfsprogs, xfsprogs, xen-utils
Suggests: reiserfsprogs, xfsprogs, xen-utils, cfengine2
Description: Tools to manage Xen virtual servers
This package contains tools to manage Debian based Xen virtual servers.
.

View File

@@ -26,14 +26,14 @@ logMessage Script $0 starting
#
# Install ssh
# Install CFengine
#
installDebianPackage ${prefix} cfengine2
#
# Make sure sshd isn't running, this will cause our unmounting of the
# disk image to fail..
# Make sure the CFengine server isn't running, this will cause our
# unmounting of the disk image to fail..
#
chroot ${prefix} /etc/init.d/cfengine2 stop