From bd5a987e92a522970f20d890f231180125712cbd Mon Sep 17 00:00:00 2001 From: "christopher.lawrence" Date: Tue, 4 Feb 2020 14:04:07 +0000 Subject: [PATCH] adding dns and ntp modules --- Puppetfile | 4 ++++ data/nodes/puppet.home.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Puppetfile b/Puppetfile index 2b62ee9..ef9167d 100644 --- a/Puppetfile +++ b/Puppetfile @@ -24,3 +24,7 @@ mod 'puppetlabs-motd', '4.0.0' # mod 'apache', # git: 'https://github.com/puppetlabs/puppetlabs-apache', # branch: 'docs_experiment' + +mod 'saz-resolv_conf', + :git => 'https://github.com/saz/puppet-resolv_conf.git', + :ref => 'v4.1.0' diff --git a/data/nodes/puppet.home.yaml b/data/nodes/puppet.home.yaml index cd72183..bf93fdd 100644 --- a/data/nodes/puppet.home.yaml +++ b/data/nodes/puppet.home.yaml @@ -1,4 +1,4 @@ --- profile::puppetserver::authority: true -profile::puppetserver::authority::jwt_secret: "koHc5pzVSVpJhijthem3zT8WXN8=" +profile::puppetserver::authority::jwt_secret: "'koHc5pzVSVpJhijthem3zT8WXN8='" profile::puppetserver::authority::validity: 7200