18%
18.07.2013
=> installed
04 }
05 file { "/etc/update-motd.d/10-mymotd":
06 ensure => "present",
07 source => "puppet:///modules/mypuppets/misc/10-mymotd",
08 owner => 'root',
09 group => 'root',
10
18%
07.10.2014
status: The pool was last accessed by another system.
06 action: The pool can be imported using its name or numeric identifier and
07 the '-f' flag.
08 see: http://zfsonlinux.org/msg/ZFS-8000
18%
17.02.2015
configuration.
Installing Apache
Once the system is up and running, you can install the Apache web server, which will be used to install the files. As root, execute yum install httpd (Listing 1
18%
13.12.2022
:
enabled: true
tftproot: ""
systemd name: tftp
nfs:
enabled: true
export paths:
- path: /home
export options: rw,sync
mount options: defaults
mount: true
- path: /opt
export options: ro,sync,no_root
18%
07.01.2013
@kvmhost/system
08 image_delivery_uri: sftp://root@kvmhost/var/lib/libvirt/images
09 bus: virtio
10 overwrite: true
11 domain_type: kvm
This again simplifies the BoxGrinder command line to
18%
07.06.2019
://misiu.pl:8080/";
04
05 JenkinsLocationConfiguration jlc = JenkinsLocationConfiguration.get()
06
07 jlc.setUrl(newRootURL);
08 jlc.save();
Listing 3 shows two sample YAML files used by JCasC to set up
18%
06.08.2012
and idiosyncrasies.
Filesystem Navigation
Figure 1 reviews what the Linux filesystem looks like from the /
(root) directory.
Figure 1: The Linux root filesystem
18%
05.02.2019
:
$ curl http://169.254.169.254/openstack
2012-08-10
2013-04-04
2013-10-17
2015-10-15
2016-06-30
2016-10-06
2017-02-22
To retrieve a list of supported versions for the EC2-compatible metadata API, enter
17%
13.06.2016
in case of a problem.
To set up Let's Encrypt:
cd /root
git clone https://github.com/letsencrypt/letsencrypt
cd letsencrypt
./letsencrypt-auto --server https://acme-v01.api
17%
19.02.2013
"
).
Listing 3: Rexfile for Setting Up Apache
01 user "root";
02
03 Desc "Apache installation";
04 task "apacheinstall", sub {
05
06 install package => "apache2";
07 service "apache2" => "start";
08
09