resources: nspawn: Tweaks and updates

Here are some small fixes to enhance the original nspawn patch.
This commit is contained in:
James Shubin
2016-11-12 00:43:55 -05:00
parent 8ac3c49286
commit 606d2bafac
2 changed files with 57 additions and 51 deletions

View File

@@ -221,7 +221,7 @@ parameter with the [Noop](#Noop) resource.
* [Hostname](#Hostname): Manages the hostname on the system.
* [Msg](#Msg): Send log messages.
* [Noop](#Noop): A simple resource that does nothing.
* [Nspawn](#Nspwan): Manage systemd-machined nspawn containers.
* [Nspawn](#Nspawn): Manage systemd-machined nspawn containers.
* [Pkg](#Pkg): Manage system packages with PackageKit.
* [Svc](#Svc): Manage system systemd services.
* [Timer](#Timer): Manage system systemd services.
@@ -299,6 +299,10 @@ as systemd's journal.
The noop resource does absolutely nothing. It does have some utility in testing
`mgmt` and also as a placeholder in the resource graph.
###Nspawn
The nspawn resource is used to manage systemd-machined style containers.
###Pkg
The pkg resource is used to manage system packages. This resource works on many