diff options
-rw-r--r-- | manifests/nodes.pp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index fa14c9db..004d9027 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -139,8 +139,12 @@ node friteuse { node rabbit { # Location: Server offered by Dedibox (paris) # -# TODO: -# - setup bcd include default_mageia_server timezone::timezone { "Europe/Paris": } + + include bcd::base + bcd::ssh_access { "ssh key for ennael": + type => 'ssh-rsa', + key => 'AAAAB3NzaC1yc2EAAAABIwAAAIEA6CZNPpCrAcVIm6DIC2PBLNIG6uobO7lN/X1MZdEIaTAeF21n8jm7bIyKj3+4faZfaZFwHFeoIcvAv8OcwZJOAAd0itqIZeA9wN8yOxhLNWX4CgUj1uZrWG6DxysIvb0jJ4E5avewkTOw0vOxvM/DJtLnIgRFpdyztUrZyXws7CU=', + } } |