From af4297c8f719bedeb8e31d9e260151dfc1940ef9 Mon Sep 17 00:00:00 2001 From: Martin Schuette Date: Sun, 18 May 2014 20:49:24 +0200 Subject: [PATCH] sysadmin: remove hiera config, no longer required --- manifests/sysadmin.pp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/manifests/sysadmin.pp b/manifests/sysadmin.pp index 6f642e1..a251f2c 100644 --- a/manifests/sysadmin.pp +++ b/manifests/sysadmin.pp @@ -1,15 +1,5 @@ # kitchen sink class for various small settings class ff_gw::sysadmin($zabbixserver = '127.0.0.1', $muninserver = '127.0.0.1', $accounts = {}) { - # use Hiera as a Puppet data source - file { - '/etc/puppet/hiera.yaml': - # content from git repo, not from puppet - ensure => file; - '/etc/hiera.yaml': - ensure => link, - target => '/etc/puppet/hiera.yaml'; - } - # use backports repo apt::source { 'wheezy-backports': location => 'http://ftp.de.debian.org/debian/',