author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Thu, 26 Jan 2017 16:44:14 -0800 | |
changeset 7617 | 14b1a4293086 |
parent 5747 | 4441137c3e4a |
permissions | -rw-r--r-- |
5747
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
1 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
3 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
7 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
12 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
18 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
20 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
21 |
|
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
22 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
23 |
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
24 |
# |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
25 |
|
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
26 |
# Puppet module spec and tests files |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
27 |
<transform file path=etc/puppet/modules/.*(spec|tests)/.* -> \ |
4441137c3e4a
22853886 ruby/gem specs and tests should be faceted out via default transforms
Shawn Ferry <shawn.ferry@oracle.com>
parents:
diff
changeset
|
28 |
default facet.optional.test false> |