summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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':