Feature: Utilities - extracted services which do not run on a network socket e.g. package manager update, firewall rules, java etc. into utilities

This commit is contained in:
thomashaw
2016-08-01 18:55:50 +01:00
parent e14a0f75df
commit 8b32a8dc62
218 changed files with 132 additions and 22 deletions

View File

@@ -0,0 +1,3 @@
class { 'java':
distribution => 'jre',
}