Commit c6be3699 by source_reader

fixed jupyter permission error

parent 05a0b149
Showing with 2 additions and 2 deletions
......@@ -4,8 +4,8 @@ class jupyter::config{
ensure => directory,
recurse => true,
source => 'puppet:///modules/jupyter/configs',
owner => root,
group => root,
owner => joule,
group => joule,
}
file{ '/etc/systemd/system/jupyter.service':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment