Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Use include-style declarations for common classes #96

Merged
merged 1 commit into from Oct 14, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifests/profile/base.pp
Expand Up @@ -4,7 +4,7 @@
include ::openstack

# everyone also needs to be on the same clock
class { '::ntp': }
include ::ntp

# all nodes need the OpenStack repository
class { '::openstack::resources::repo': }
Expand Down
2 changes: 1 addition & 1 deletion manifests/profile/firewall/pre.pp
Expand Up @@ -20,7 +20,7 @@
}
}

class { '::firewall': }
include ::firewall

# Default firewall rules, based on the RHEL defaults
firewall { '0001 - related established':
Expand Down