If you want to set the shell of an existing user, simply do: user { "theuser": ensure => present, shell => "/bin/zsh", }. If you want to set the shell of ...
確定! 回上一頁