Updated Branches: refs/heads/master 90de18138 -> 969b94e7d
Adding license headers to puppet manifest files Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/969b94e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/969b94e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/969b94e7 Branch: refs/heads/master Commit: 969b94e7dbc1033993e6991b97f64c38b0aef1e0 Parents: 90de181 Author: [email protected] <[email protected]> Authored: Mon Jul 30 09:10:49 2012 -0400 Committer: [email protected] <[email protected]> Committed: Mon Jul 30 09:10:49 2012 -0400 ---------------------------------------------------------------------- .../basebuild/puppet-devcloudinitial/init.pp | 17 +++++++++++++++ .../puppet-devcloudinitial/manifests/init.pp | 17 +++++++++++++++ tools/devcloud/devcloudbox/puppet-devcloud/init.pp | 17 +++++++++++++++ .../devcloudbox/puppet-devcloud/manifests/init.pp | 17 +++++++++++++++ 4 files changed, 68 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/969b94e7/tools/devcloud/basebuild/puppet-devcloudinitial/init.pp ---------------------------------------------------------------------- diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/init.pp b/tools/devcloud/basebuild/puppet-devcloudinitial/init.pp index bf70cec..213ef59 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/init.pp +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/init.pp @@ -1 +1,18 @@ +# 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. + include puppet-devcloudinitial http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/969b94e7/tools/devcloud/basebuild/puppet-devcloudinitial/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/devcloud/basebuild/puppet-devcloudinitial/manifests/init.pp b/tools/devcloud/basebuild/puppet-devcloudinitial/manifests/init.pp index 8a0a9d0..a3c5c3d 100644 --- a/tools/devcloud/basebuild/puppet-devcloudinitial/manifests/init.pp +++ b/tools/devcloud/basebuild/puppet-devcloudinitial/manifests/init.pp @@ -1,3 +1,20 @@ +# 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. + class puppet-devcloudinitial { package { 'linux-headers-3.2.0-23-generic': http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/969b94e7/tools/devcloud/devcloudbox/puppet-devcloud/init.pp ---------------------------------------------------------------------- diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/init.pp b/tools/devcloud/devcloudbox/puppet-devcloud/init.pp index c3922e3..2574392 100644 --- a/tools/devcloud/devcloudbox/puppet-devcloud/init.pp +++ b/tools/devcloud/devcloudbox/puppet-devcloud/init.pp @@ -1 +1,18 @@ +# 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. + include puppet-devcloud http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/969b94e7/tools/devcloud/devcloudbox/puppet-devcloud/manifests/init.pp ---------------------------------------------------------------------- diff --git a/tools/devcloud/devcloudbox/puppet-devcloud/manifests/init.pp b/tools/devcloud/devcloudbox/puppet-devcloud/manifests/init.pp index 9e1024d..720927d 100644 --- a/tools/devcloud/devcloudbox/puppet-devcloud/manifests/init.pp +++ b/tools/devcloud/devcloudbox/puppet-devcloud/manifests/init.pp @@ -1,3 +1,20 @@ +# 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. + class puppet-devcloud { package { 'ebtables':
