From owner-svn-ports-head@freebsd.org Mon Dec 7 03:10:45 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FFA47413; Mon, 7 Dec 2015 03:10:45 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 696B81B16; Mon, 7 Dec 2015 03:10:45 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB73AiKX061769; Mon, 7 Dec 2015 03:10:44 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB73AhQd061758; Mon, 7 Dec 2015 03:10:43 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201512070310.tB73AhQd061758@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 7 Dec 2015 03:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403174 - in head/sysutils: . cfengine-masterfiles cfengine-masterfiles36 cfengine-masterfiles37 cfengine-masterfiles37/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2015 03:10:45 -0000 Author: cy Date: Mon Dec 7 03:10:43 2015 New Revision: 403174 URL: https://svnweb.freebsd.org/changeset/ports/403174 Log: Add the new family of cfengine-masterfiles ports. The ports are intended to provide a stable base policy for installations and upgrades, and is used by CFEngine 3.6 and newer. The ports install the repository as examples which should be copied by the user to the masterfiles directory (usually /var/cfengine/masterfiles). Added: head/sysutils/cfengine-masterfiles/ head/sysutils/cfengine-masterfiles/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles36/ head/sysutils/cfengine-masterfiles36/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles36/distinfo (contents, props changed) head/sysutils/cfengine-masterfiles36/pkg-descr (contents, props changed) head/sysutils/cfengine-masterfiles36/pkg-plist (contents, props changed) head/sysutils/cfengine-masterfiles37/ head/sysutils/cfengine-masterfiles37/Makefile (contents, props changed) head/sysutils/cfengine-masterfiles37/distinfo (contents, props changed) head/sysutils/cfengine-masterfiles37/files/ head/sysutils/cfengine-masterfiles37/files/patch-cfe_internal__update__update_policy.cf (contents, props changed) head/sysutils/cfengine-masterfiles37/pkg-descr (contents, props changed) head/sysutils/cfengine-masterfiles37/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Dec 7 02:11:13 2015 (r403173) +++ head/sysutils/Makefile Mon Dec 7 03:10:43 2015 (r403174) @@ -123,6 +123,9 @@ SUBDIR += cdrtools SUBDIR += cdrtools-devel SUBDIR += cfengine + SUBDIR += cfengine-masterfiles + SUBDIR += cfengine-masterfiles36 + SUBDIR += cfengine-masterfiles37 SUBDIR += cfengine22 SUBDIR += cfengine32 SUBDIR += cfengine33 Added: head/sysutils/cfengine-masterfiles/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles/Makefile Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,8 @@ +# $FreeBSD$ + +VERSIONS= 36 37 +CFENGINE_VERSION?= 37 + +MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION} + +.include "${MASTERDIR}/Makefile" Added: head/sysutils/cfengine-masterfiles36/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles36/Makefile Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,34 @@ +# Created by: cy@FreeBSD.org +# $FreeBSD$ + +PORTNAME= cfengine-masterfiles +PORTVERSION= 3.6.6 +CATEGORIES= sysutils +MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ + +MAINTAINER= cy@FreeBSD.org +# gjb@FreeBSD.org is also committer for this port +# skreuzer@FreeBSD.org is also committer for this port +COMMENT= cfengine sample policies for installations and upgrades + +LICENSE= GPLv3 + +CPE_VENDOR= gnu + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 36 +.endif + +RUN_DEPENDS= cfengine:${PORTSDIR}/sysutils/cfengine${PKGNAMESUFFIX} + +FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} + +CONFLICTS= cfengine-masterfiles[234]* + +MAKE_JOBS_UNSAFE= yes +USES= cpe +HAS_CONFIGURE= yes +EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles +CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} + +.include Added: head/sysutils/cfengine-masterfiles36/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles36/distinfo Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,2 @@ +SHA256 (cfengine-masterfiles-3.6.6.tar.gz) = 3c6d6ebee676ea06af35fa733004353655a9a0f2c058eff4ce6ec4041ddc1100 +SIZE (cfengine-masterfiles-3.6.6.tar.gz) = 242991 Added: head/sysutils/cfengine-masterfiles36/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles36/pkg-descr Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,5 @@ +Cfengine is an automated suite of programs for configuring and +maintaining Unix-like computers. Cfengine-masterfiles contains sample +cfengine policies for installations and upgrades. + +WWW: http://www.cfengine.org/ Added: head/sysutils/cfengine-masterfiles36/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles36/pkg-plist Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,74 @@ +%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_hub_specific.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_knowledge.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/cfengine_processes.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/ha/ha.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/ha/ha_def.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/host_info_report.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.4/cf_serverd.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_agent.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_execd.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_hub.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_monitord.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_runagent.cf +%%EXAMPLESDIR%%/masterfiles/controls/cf_serverd.cf +%%EXAMPLESDIR%%/masterfiles/def.cf +%%EXAMPLESDIR%%/masterfiles/inventory/any.cf +%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf +%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf +%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf +%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf +%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf +%%EXAMPLESDIR%%/masterfiles/inventory/os.cf +%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf +%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf +%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/bundles.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/cfe_internal.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/commands.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/common.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/databases.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/feature.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/files.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/guest_environments.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/monitor.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/packages.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/paths.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/processes.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/reports.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/services.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/storage.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/bundles.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfengine_enterprise_hub_ha.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/commands.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/common.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/databases.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/edit_xml.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/examples.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/feature.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/files.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/guest_environments.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/monitor.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/packages.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/paths.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/processes.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/reports.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/services.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/stdlib.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/storage.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/users.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/vcs.cf +%%EXAMPLESDIR%%/masterfiles/promises.cf +%%EXAMPLESDIR%%/masterfiles/services/autorun.cf +%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf +%%EXAMPLESDIR%%/masterfiles/services/file_change.cf +%%EXAMPLESDIR%%/masterfiles/sketches/meta/api-runfile.cf +%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache +%%EXAMPLESDIR%%/masterfiles/update.cf +%%EXAMPLESDIR%%/masterfiles/update/cfe_internal_dc_workflow.cf +%%EXAMPLESDIR%%/masterfiles/update/cfe_internal_local_git_remote.cf +%%EXAMPLESDIR%%/masterfiles/update/cfe_internal_update_from_repository.cf +%%EXAMPLESDIR%%/masterfiles/update/update_bins.cf +%%EXAMPLESDIR%%/masterfiles/update/update_policy.cf +%%EXAMPLESDIR%%/masterfiles/update/update_processes.cf Added: head/sysutils/cfengine-masterfiles37/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles37/Makefile Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,34 @@ +# Created by: cy@FreeBSD.org +# $FreeBSD$ + +PORTNAME= cfengine-masterfiles +PORTVERSION= 3.7.2 +CATEGORIES= sysutils +MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ + +MAINTAINER= cy@FreeBSD.org +# gjb@FreeBSD.org is also committer for this port +# skreuzer@FreeBSD.org is also committer for this port +COMMENT= cfengine sample policies for installations and upgrades + +LICENSE= GPLv3 + +CPE_VENDOR= gnu + +.if !defined(MASTERDIR) +PKGNAMESUFFIX= 37 +.endif + +RUN_DEPENDS= cfengine:${PORTSDIR}/sysutils/cfengine${PKGNAMESUFFIX} + +FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} + +CONFLICTS= cfengine-masterfiles[234]* + +MAKE_JOBS_UNSAFE= yes +USES= cpe +HAS_CONFIGURE= yes +EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles +CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} + +.include Added: head/sysutils/cfengine-masterfiles37/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles37/distinfo Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,2 @@ +SHA256 (cfengine-masterfiles-3.7.2.tar.gz) = ed2026d0deca24e9094ec1d0e84a9488eebd470cc23fec940eadbb7106515bc5 +SIZE (cfengine-masterfiles-3.7.2.tar.gz) = 449943 Added: head/sysutils/cfengine-masterfiles37/files/patch-cfe_internal__update__update_policy.cf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles37/files/patch-cfe_internal__update__update_policy.cf Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,36 @@ +Index: update_policy.cf +=================================================================== +--- cfe_internal/update/update_policy.cf.orig ++++ cfe_internal/update/update_policy.cf +@@ -239,6 +239,19 @@ + depth_search => u_recurse_basedir("inf"), + action => u_immediate; + ++ "/usr/local/sbin/$(agents).cfsaved" ++ comment => "Remove all .cfsaved file extension", ++ handle => canonify("cfe_internal_update_policy_files_remove_$(agent)_cfsaved"), ++ delete => u_tidy; ++ ++ freebsd:: ++ "$(sys.workdir)/bin/$(agents)" ++ comment => "Create symlinks of CFE binaries in /usr/local/sbin", ++ handle => canonify("cfe_internal_update_policy_files_sbin_$(agents)"), ++ move_obstructions => "true", ++ link_from => u_ln_s("/usr/local/sbin/$(agents)"); ++ ++ !freebsd:: + "/usr/local/sbin/$(agents)" + comment => "Create symlinks of CFE binaries in /usr/local/sbin", + handle => canonify("cfe_internal_update_policy_files_sbin_$(agents)"), +@@ -245,11 +258,6 @@ + move_obstructions => "true", + link_from => u_ln_s("$(sys.workdir)/bin/$(agents)"); + +- "/usr/local/sbin/$(agents).cfsaved" +- comment => "Remove all .cfsaved file extension", +- handle => canonify("cfe_internal_update_policy_files_remove_$(agent)_cfsaved"), +- delete => u_tidy; +- + am_policy_hub:: + + "$(master_location)/." Added: head/sysutils/cfengine-masterfiles37/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles37/pkg-descr Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,10 @@ +CFEngine 3 is a popular open source configuration management system. +Its primary function is to provide automated configuration and +maintenance of large-scale computer systems. + +The repository is intended to provide a stable base policy for +installations and upgrades, and is used by CFEngine 3.6 and newer. +The port installs the repository as examples which should be copied by +the user to the masterfiles directory (usually /var/cfengine/masterfiles). + +WWW: https://docs.cfengine.com/docs/master/guide-writing-and-serving-policy-policy-framework.html Added: head/sysutils/cfengine-masterfiles37/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/cfengine-masterfiles37/pkg-plist Mon Dec 7 03:10:43 2015 (r403174) @@ -0,0 +1,130 @@ +%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/deprecated/cfengine_processes.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/host_info_report.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/limit_robot_agents.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/log_rotation.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/main.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_hub_specific.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_knowledge.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/file_change.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_def.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_update.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/main.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_dc_workflow.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_local_git_remote.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_update_from_repository.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_bins.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_policy.cf +%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_processes.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_agent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_execd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_hub.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_monitord.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_runagent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/cf_serverd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/reports.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/update_def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.5/update_def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_agent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_execd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_hub.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_monitord.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_runagent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/cf_serverd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/reports.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.6/update_def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_agent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_execd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_hub.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_monitord.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_runagent.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/cf_serverd.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/reports.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/update_def.cf +%%EXAMPLESDIR%%/masterfiles/controls/3.7/update_def_inputs.cf +%%EXAMPLESDIR%%/masterfiles/inventory/any.cf +%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf +%%EXAMPLESDIR%%/masterfiles/inventory/freebsd.cf +%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf +%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf +%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf +%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf +%%EXAMPLESDIR%%/masterfiles/inventory/os.cf +%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf +%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf +%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/bundles.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/cfe_internal.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/commands.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/common.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/databases.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/feature.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/files.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/guest_environments.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/monitor.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/packages.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/paths.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/processes.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/services.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.5/storage.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/autorun.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/bundles.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfe_internal_hub.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/cfengine_enterprise_hub_ha.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/commands.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/common.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/databases.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/edit_xml.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/examples.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/feature.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/files.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/guest_environments.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/monitor.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/packages.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/paths.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/processes.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/services.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/stdlib.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/storage.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/users.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.6/vcs.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/autorun.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/bundles.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/cfe_internal.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/cfe_internal_hub.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/cfengine_enterprise_hub_ha.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/commands.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/common.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/databases.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/edit_xml.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/examples.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/feature.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/files.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/guest_environments.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/monitor.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/packages.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/paths.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/processes.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/services.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/stdlib.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/storage.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/users.cf +%%EXAMPLESDIR%%/masterfiles/lib/3.7/vcs.cf +%%EXAMPLESDIR%%/masterfiles/promises.cf +%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf +%%EXAMPLESDIR%%/masterfiles/services/main.cf +%%EXAMPLESDIR%%/masterfiles/sketches/meta/api-runfile.cf +%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache +%%EXAMPLESDIR%%/masterfiles/update.cf +%%EXAMPLESDIR%%/modules/packages/apt_get +%%EXAMPLESDIR%%/modules/packages/yum +