Skip to content
Snippets Groups Projects
Commit 1037b440 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Update manifests with old skadereg info

parent f55d72cd
No related branches found
No related tags found
No related merge requests found
Pipeline #3726 passed
......@@ -35,12 +35,27 @@
# Authors
# -------
#
# Author Name <author@domain.com>
# Andreas Alvarsson <andal699@student.liu.se>
#
# Copyright
# ---------
#
# Copyright 2016 Your name here, unless otherwise noted.
# Copyright 2016 Andreas Alvarsson
#
class skadereg {
::users::liu_user { 'andal699':
commonname => 'Andreas Alvarsson',
shell => '/bin/bash',
sshkey => 'AAAAB3NzaC1yc2EAAAADAQABAAABAQDBwLJB6f+wJqPl81NwT5NM7ughW6fdk3Jf6W0IWX2Ta7PChjnlBgpNGfec59+iuDBs3V/zFJqwUjIWNG8MshbJPShjhM5CpAf0VSsqd+MRlYtXw1Wtp3uwkbj62n9i8VlP1bKXgbnd4C4qiQ8xNJetMb45Alm3ueeyEHpmQbi4JpFvREaN7hDUfIEITPItgsZtV36Gs1nn+OHdV03wll0AddmD1SiIJPWqtO+RKS58oD3yqagthoLP7QdjB2vptaVhlg+e3SJuOFkC9AgQvzHBPh+NGJSZAe7IQXk3wENYZotEuGOKnQ3cFhMtf3TkoMLfglMtYl3oP1CxcecLkd47',
}
include ::yum::centos_scl
file { '/tmp/example':
ensure => file,
content => template('skadereg/example.erb'),
owner => andal699,
group => andal699,
mode => '0400',
}
}
Example content, rev2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment