summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 00:54:36 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-30 01:00:50 +0100
commit0fe1f4b177f8c4d29515c0b939c781b5b7b19573 (patch)
tree624be26903fe5659e2268b0f17baeb5169851fbe /manifests/client.pp
parentCommon puppet setup. (diff)
downloadprofiles-0fe1f4b177f8c4d29515c0b939c781b5b7b19573.tar.gz
profiles-0fe1f4b177f8c4d29515c0b939c781b5b7b19573.tar.xz
move
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
new file mode 100644
index 0000000..f0a9b93
--- /dev/null
+++ b/manifests/client.pp
@@ -0,0 +1,9 @@
+class profiles::client {
+
+ class { 'puppet':
+ server => false,
+ agent => true,
+ puppetmaster => $facts['extlib__puppet_config']['main']['server'],
+ }
+
+}