Skip to content

Commit

Permalink
(WIP) (profile::core::node_info) fwv
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 28, 2024
1 parent f7562ad commit 57e7925
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions site/profile/manifests/core/common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
include profile::core::kernel
include profile::core::keytab
include profile::core::nm_dispatch
include profile::core::node_info
include profile::core::selinux
include profile::core::systemd
include rsyslog
Expand Down
17 changes: 17 additions & 0 deletions site/profile/manifests/core/node_info.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @summary
# This class is a vehicle for shipping enc data to puppetdb.
#
# @param site
# @param role
# @param cluster
# @param variant
# @param subvariant
#
class profile::core::node_info (
Optional[String[1]] $site = $::site,
Optional[String[1]] $role = $::role,
Optional[String[1]] $cluster = $::cluster,
Optional[String[1]] $variant = $::variant,
Optional[String[1]] $subvariant = $::subvariant,
) {
}

0 comments on commit 57e7925

Please sign in to comment.