From 2880e347dd729bc3442e8c980728f897c1aafc95 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 25 Apr 2023 11:57:16 +0900 Subject: [PATCH] Get rid of blank line causing lint errors This fixes the following errors detected in lint jobs. manifests/client.pp:29:WARNING: class not documented manifests/drivers/ansible.pp:69:WARNING: class not documented manifests/drivers/drac.pp:22:WARNING: class not documented manifests/wsgi/apache.pp:132:WARNING: class not documented Change-Id: I1a1fae2ed1b0148dc438664df6476226728bccc6 --- manifests/client.pp | 4 ++-- manifests/drivers/ansible.pp | 2 +- manifests/drivers/drac.pp | 4 ++-- manifests/wsgi/apache.pp | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/client.pp b/manifests/client.pp index ac879961..c0d1272c 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -14,7 +14,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - +# # ironic::client # # Manages the ironic client package on systems @@ -25,7 +25,7 @@ # (optional) The state of the package # Defaults to present # - +# class ironic::client ( $package_ensure = present ) { diff --git a/manifests/drivers/ansible.pp b/manifests/drivers/ansible.pp index a914ccee..d4f6ae09 100644 --- a/manifests/drivers/ansible.pp +++ b/manifests/drivers/ansible.pp @@ -65,7 +65,7 @@ # [*default_python_interpreter*] # (optional) Absolute path to the python interpreter on the managed machines. # Defaults to $facts['os_service_default'] - +# class ironic::drivers::ansible ( $package_ensure = 'present', $ansible_extra_args = $facts['os_service_default'], diff --git a/manifests/drivers/drac.pp b/manifests/drivers/drac.pp index 6b09694f..04e3a452 100644 --- a/manifests/drivers/drac.pp +++ b/manifests/drivers/drac.pp @@ -9,7 +9,7 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - +# # Configure the DRAC driver in Ironic # # === Parameters @@ -18,7 +18,7 @@ # (optional) The state of the dracclient package # Defaults to 'present' # - +# class ironic::drivers::drac ( $package_ensure = 'present', ) { diff --git a/manifests/wsgi/apache.pp b/manifests/wsgi/apache.pp index 93185625..f9602fe2 100644 --- a/manifests/wsgi/apache.pp +++ b/manifests/wsgi/apache.pp @@ -128,7 +128,7 @@ # # class { 'ironic::wsgi::apache': } # - +# class ironic::wsgi::apache ( $servername = $facts['networking']['fqdn'], $port = 6385,