X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Frabbitmq%2Ftests%2Fuser%2Fadd.pp;fp=3rdparty%2Fmodules%2Frabbitmq%2Ftests%2Fuser%2Fadd.pp;h=2c3a87096afbd882cf505c60f57ba13ac6ef2e92;hb=24caa46729f80fbba4be8b9b26ebcb3acc4cb0fb;hp=0000000000000000000000000000000000000000;hpb=c7e7bcc28cc5dc48a7e284a3c82f33df27d1f57d;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/rabbitmq/tests/user/add.pp b/3rdparty/modules/rabbitmq/tests/user/add.pp new file mode 100644 index 000000000..2c3a87096 --- /dev/null +++ b/3rdparty/modules/rabbitmq/tests/user/add.pp @@ -0,0 +1,4 @@ +rabbitmq_user { ['blah2', 'blah3', 'blah4']: + password => 'phoey!', + #provider => 'rabbitmqctl', +}