X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Ftypes%2Fensure%2Fservice.pp;fp=3rdparty%2Fmodules%2Fstdlib%2Ftypes%2Fensure%2Fservice.pp;h=fba66acc98f60b12db4f89842d4657ea5a54b5d8;hb=9dd86576df2182653f8e96f51f11c917341eb4ce;hp=0000000000000000000000000000000000000000;hpb=88887aa2a8ca345d6f79fccb336a9bb9ae8443a2;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/stdlib/types/ensure/service.pp b/3rdparty/modules/stdlib/types/ensure/service.pp new file mode 100644 index 000000000..fba66acc9 --- /dev/null +++ b/3rdparty/modules/stdlib/types/ensure/service.pp @@ -0,0 +1 @@ +type Stdlib::Ensure::Service = Enum['stopped', 'running']