Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show difference of user resource when was created #118

Merged
merged 1 commit into from
Apr 2, 2015

Conversation

gongo
Copy link
Contributor

@gongo gongo commented Apr 2, 2015

Now, don't show difference of user resource when user was created.

Example:

# roles/user.rb

user 'gongo'
$ vagrant ssh default -- ls /home
vagrant

$ bundle exec itamae ssh -h default --vagrant roles/user.rb
 INFO : Starting Itamae...
 INFO : Recipe: /path/to/server/roles/user.rb 
         # <= Nothing !

$ vagrant ssh default -- ls /home
gongo
vagrant

After merged this branch:

 INFO : Starting Itamae...
 INFO : Recipe: /path/to/server/roles/user.rb
 INFO :   user[gongo] exist will change from 'false' to 'true'

@ryotarai
Copy link
Member

ryotarai commented Apr 2, 2015

Thank you!

ryotarai added a commit that referenced this pull request Apr 2, 2015
Show difference of user resource when was created
@ryotarai ryotarai merged commit 69f60e8 into itamae-kitchen:master Apr 2, 2015
@gongo gongo deleted the show-diff-user-when-create branch April 2, 2015 13:52
@gongo
Copy link
Contributor Author

gongo commented Apr 2, 2015

Thanks 🍕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants