Displaying 2 results from an estimated 2 matches for "cd82".
Did you mean:
  c982
  
2013 Nov 21
2
#5 Getting Up and Running
http://guides.rubyonrails.org/getting_started.html#getting-up-and-running
create a controller called PostsController. You can do this by running this 
command: 
$ rails g controller posts
That results in an error.
>rails g controller posts
Usage:
  rails new APP_PATH [options]
Options:
What am I missing?
-- 
You received this message because you are subscribed to the Google Groups
2013 Nov 26
9
puppet won't change user's password
Hi!
I''m trying to set password for a user. 
I do the following:
user { "username": 
   password => ''*'',
}
And when I run puppet agent nothing happens. The password remains the same. But if I create a new user which doesn''t exist yet, the password is set without any problems. 
Is this a normal behaviour of ''user'' type? 
--