diff --git a/acceptance/tests/node/check_woy_cache_works.rb b/acceptance/tests/node/check_woy_cache_works.rb new file mode 100644 index 000000000..07aafa79f --- /dev/null +++ b/acceptance/tests/node/check_woy_cache_works.rb @@ -0,0 +1,26 @@ +test_name "ticket #16753 node data should be cached in yaml to allow it to be queried" + +require 'puppet/acceptance/temp_file_utils' +extend Puppet::Acceptance::TempFileUtils + +authfile = "/tmp/auth.conf-2128-#{$$}" +create_remote_file master, authfile, <