Hello Everyone;

I am stuck...

I am testing creating virtual resources and having no luck at all.  I am
not getting any errors when I execute puppet agent --test but, the user
account is never getting created.  I would be so grateful if anyone would
be kind enough to offer some advice.


(virtual.pp)
class user::virtual
{
        @user {"john": ensure => present}
        @user {"graham": ensure => present}
        @user {"steven":}
}


class user::developers
{
        realize( User["graham"],
                 User["steven"] )
}


node 'default' {
      include test
      include motd
      include user::virtual
      include user::developers
      }


Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to