EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8e2826de authored by Marko Locher's avatar Marko Locher
Browse files

changed default permissions of the rpmbuild directory

parent 7f4588a1
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,11 @@ class buildtools {
file { $home: ensure => directory }
file { "${home}/.rpmmacros":
ensure => file,
content => "%_topdir ${home}/rpmbuild\n",
ensure => file,
content => "%_topdir ${home}/rpmbuild\n",
}
file { "${home}/rpmbuild":
ensure => directory,
ensure => directory,
}
file {[ "${home}/rpmbuild/BUILD",
"${home}/rpmbuild/BUILDROOT",
......@@ -29,5 +29,6 @@ class buildtools {
"${home}/rpmbuild/SOURCES",
"${home}/rpmbuild/SPECS",
"${home}/rpmbuild/SRPMS" ]:
ensure => directory,
ensure => directory,
mode => '0775'
}}
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