From c2a78a1d90db2f138c23a62ed4d8b0e325b79f40 Mon Sep 17 00:00:00 2001
From: Steven Pritchard <steven.pritchard@gmail.com>
Date: Tue, 20 Oct 2020 17:38:00 -0500
Subject: [PATCH] (#353) Add an empty, commented .sync.yml

Fixes #353.
---
 moduleroot_init/.sync.yml.erb | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 moduleroot_init/.sync.yml.erb

diff --git a/moduleroot_init/.sync.yml.erb b/moduleroot_init/.sync.yml.erb
new file mode 100644
index 0000000..8c2c98e
--- /dev/null
+++ b/moduleroot_init/.sync.yml.erb
@@ -0,0 +1,8 @@
+# This file can be used to customize the files managed by PDK.
+#
+# See https://github.com/puppetlabs/pdk-templates/blob/main/README.md
+# for more information.
+#
+# See https://github.com/puppetlabs/pdk-templates/blob/main/config_defaults.yml
+# for the default values.
+--- {}
-- 
GitLab