From: Stephen Gran Date: Mon, 16 Apr 2012 07:34:33 +0000 (+0100) Subject: name file correctly X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=8770c09a021c9b36dd01dde90f1810ea89a59152;p=dsa-puppet.git name file correctly Signed-off-by: Stephen Gran --- diff --git a/modules/puppetmaster/files/hiera.yaml b/modules/puppetmaster/files/hiera.yaml new file mode 100644 index 00000000..98411f6c --- /dev/null +++ b/modules/puppetmaster/files/hiera.yaml @@ -0,0 +1,8 @@ +--- +:hierarchy: + - %{hoster} + - common +:backends: + - yaml +:yaml: + :datadir: '/etc/puppet/hieradata' diff --git a/modules/puppetmaster/files/hieradata.yaml b/modules/puppetmaster/files/hieradata.yaml deleted file mode 100644 index 98411f6c..00000000 --- a/modules/puppetmaster/files/hieradata.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -:hierarchy: - - %{hoster} - - common -:backends: - - yaml -:yaml: - :datadir: '/etc/puppet/hieradata'