Advertisement
Guest User

imcsk8

a guest
Jun 25th, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. err: /Stage[main]/Nova/User[nova]/ensure: change from absent to present failed: Could not create user nova: Execution of '
  2. /usr/sbin/useradd -s /bin/bash -G nova -d /var/lib/nova -M -r nova' returned 9: useradd: group nova exists - if you want t
  3. o add this user to that group, use -g.
  4.  
  5. # puppet --version
  6. dnsdomainname: Unknown host
  7. 2.7.25
  8.  
  9. in puppet 3.6.2 the -g switch is used
  10.  
  11. /usr/sbin/useradd -g nova -s /bin/bash -G nova -d /var/lib/nova -M -r nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement