diff options
author | Mikael Fridh <mfridh@marinsoftware.com> | 2013-03-08 12:38:09 +0100 |
---|---|---|
committer | Mikael Fridh <mfridh@marinsoftware.com> | 2013-03-08 12:38:09 +0100 |
commit | 9968350db2343272068601bf5709c2548bc73eb7 (patch) | |
tree | 59e9f09fb47bfc05698703b284ce4cfd5d7f4c16 /spec/fixtures | |
parent | 0569bb6388b35e79bee9142e832347272b4bfe16 (diff) |
fixes #19418 - missing fixtures for spec tests
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/modules/my_ntp/templates/ntp.conf.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/modules/my_ntp/templates/ntp.conf.erb b/spec/fixtures/modules/my_ntp/templates/ntp.conf.erb new file mode 100644 index 0000000..40cf67c --- /dev/null +++ b/spec/fixtures/modules/my_ntp/templates/ntp.conf.erb @@ -0,0 +1,4 @@ +#my uber ntp config +# + +server foobar |