You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/05/02 06:06:46 UTC

[incubator-pulsar] 01/02: Added missing license header in terraform.tfvars (#1706)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git

commit b3aa66abff3b920b84c47c9866489425a3b9e430
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Tue May 1 22:57:01 2018 -0700

    Added missing license header in terraform.tfvars (#1706)
---
 deployment/terraform-ansible/aws/terraform.tfvars | 19 +++++++++++++++++++
 pom.xml                                           |  1 +
 2 files changed, 20 insertions(+)

diff --git a/deployment/terraform-ansible/aws/terraform.tfvars b/deployment/terraform-ansible/aws/terraform.tfvars
index 65f4ea5..7af884b 100644
--- a/deployment/terraform-ansible/aws/terraform.tfvars
+++ b/deployment/terraform-ansible/aws/terraform.tfvars
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 public_key_path     = "~/.ssh/id_rsa.pub"
 region              = "us-west-2"
 availability_zone   = "us-west-2a"
diff --git a/pom.xml b/pom.xml
index 761c710..491b5ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -904,6 +904,7 @@ flexible messaging model and an intuitive client API.</description>
             <pulsar-perf>SCRIPT_STYLE</pulsar-perf>
             <pulsar-client>SCRIPT_STYLE</pulsar-client>
             <bookkeeper>SCRIPT_STYLE</bookkeeper>
+            <tfvars>SCRIPT_STYLE</tfvars>
           </mapping>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.