changeset 99:a0b9a810cf7d puppet-3.6

Patch isn't a standard package on a minimal install. Make sure we have it.
author IBBoard <dev@ibboard.co.uk>
date Tue, 16 Feb 2016 20:26:00 +0000
parents 00453eecda4c
children fd3446c3b7b9
files manifests/templates.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Sun Feb 14 20:04:04 2016 +0000
+++ b/manifests/templates.pp	Tue Feb 16 20:26:00 2016 +0000
@@ -172,7 +172,7 @@
 }
 
 class tools {
-	$packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate' ]
+	$packages = [ 'sqlite', 'bash-completion', 'nano', 'bzip2', 'mlocate', 'patch' ]
 	package { $packages:
 		ensure => latest;
 	}