From be64a854921b9b278d3641facd2e1803639bb858 Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Fri, 27 Sep 2019 11:09:59 +0100 Subject: [PATCH 1/3] Update File Path The root url is described as `puppet:///modules/splunk` This means the illustration of the directory structure for the `products` path starts in the root of the module, which has caused confusion to some users --- README.md | 62 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index 41ac427b..23d8e0ba 100644 --- a/README.md +++ b/README.md @@ -74,40 +74,42 @@ The files must be placed according to directory structure example given below. The expected directory structure is: - $root_url/ - └── products/ - ├── universalforwarder/ - │ └── releases/ - | └── $version/ - | └── $platform/ - | └── splunkforwarder-${version}-${build}-${additl} - └── splunk/ - └── releases/ - └── $version/ - └── $platform/ - └── splunk-${version}-${build}-${additl} + $root_url/ + └── files/ + └── products/ + ├── universalforwarder/ + │ └── releases/ + | └── $version/ + | └── $platform/ + | └── splunkforwarder-${version}-${build}-${additl} + └── splunk/ + └── releases/ + └── $version/ + └── $platform/ + └── splunk-${version}-${build}-${additl} A semi-populated example files directory might then contain: $root_url/ - └── products/ - ├── universalforwarder/ - │ └── releases/ - | └── 7.0.0/ - | ├── linux/ - | | ├── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-amd64.deb - | | ├── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-intel.deb - | | └── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm - | ├── solaris/ - | └── windows/ - | └── splunkforwarder-7.0.0-c8a78efdd40f-x64-release.msi - └── splunk/ - └── releases/ - └── 7.0.0/ - └── linux/ - ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-amd64.deb - ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-intel.deb - └── splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm + └── files/ + └── products/ + ├── universalforwarder/ + │ └── releases/ + | └── 7.0.0/ + | ├── linux/ + | | ├── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-amd64.deb + | | ├── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-intel.deb + | | └── splunkforwarder-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm + | ├── solaris/ + | └── windows/ + | └── splunkforwarder-7.0.0-c8a78efdd40f-x64-release.msi + └── splunk/ + └── releases/ + └── 7.0.0/ + └── linux/ + ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-amd64.deb + ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-intel.deb + yep sure└── splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm Second, you will need to supply the `splunk::params` class with three critical pieces of information. From ca56ebd26eca34a11c3f1b43550b5c8d34ade92b Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Fri, 27 Sep 2019 11:47:23 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d8e0ba..cffb7673 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ A semi-populated example files directory might then contain: └── linux/ ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-amd64.deb ├── splunk-7.0.0-c8a78efdd40f-linux-2.6-intel.deb - yep sure└── splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm + └── splunk-7.0.0-c8a78efdd40f-linux-2.6-x86_64.rpm Second, you will need to supply the `splunk::params` class with three critical pieces of information. From 785ff00670c41322c11d3d633827f1c475af3ecc Mon Sep 17 00:00:00 2001 From: MartyEwings Date: Mon, 30 Sep 2019 11:07:49 +0100 Subject: [PATCH 3/3] remove whitespace line 78 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cffb7673..f083260b 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The files must be placed according to directory structure example given below. The expected directory structure is: $root_url/ - └── files/ + └── files/ └── products/ ├── universalforwarder/ │ └── releases/