engine: resources: docker: Add a docker image resource

This commit is contained in:
Jonathan Gold
2019-02-07 13:34:29 +01:00
committed by James Shubin
parent 5cc960527e
commit 1c5fcd59e7
2 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
docker:image "nginx" {
state => "exists",
}