summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 20:32:35 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-29 20:38:02 +0100
commit707c7e2448a5ad747101f2c032e7b50aa0d8f4af (patch)
treeefe17adccddc83113cef5ed71c5989ef0f087887 /manifests
parentRepair gitmodules file. (diff)
downloadwebdav_server-707c7e2448a5ad747101f2c032e7b50aa0d8f4af.tar.gz
webdav_server-707c7e2448a5ad747101f2c032e7b50aa0d8f4af.tar.xz
Setup ssh for busting.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index 8ba8b9a..1a068f5 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -6,6 +6,10 @@ node 'busting.adrift.space' {
path => '/etc/hosts',
}
+ class { 'ssh':
+ permit_root_login => true,
+ }
+
ensure_packages(['ruby'])
class { 'puppet':
@@ -63,11 +67,11 @@ node 'busting.adrift.space' {
python_loglevel => 'debug',
}
-
class { 'puppetboard::apache::vhost':
vhost_name => $::fqdn,
port => 80,
}
+}
node 'gandalf.adrift.space' {
profiles::remarkable { 'any name':