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

git::config define is not functional #39

Closed
kostyrev opened this issue Feb 3, 2015 · 1 comment
Closed

git::config define is not functional #39

kostyrev opened this issue Feb 3, 2015 · 1 comment

Comments

@kostyrev
Copy link

kostyrev commented Feb 3, 2015

my code:

$title = username
git::config { "set user.name for ${title}":
  value   => $git_user_name,
  config  => 'user.name',
  user    => $title,
  provider => 'global',
  require =>  [ User[$title], Group[$group] ],
}

produces error:

Error: /Stage[main]/users::Others/users::Add[perfilov]/Git::Config[set user.name for perfilov]/Exec[git_config_set user.name for perfilov]: Could not evaluate: Could not find command ''

centos 6.6
puppet-3.7.4-1.el6.noarch

@kostyrev
Copy link
Author

kostyrev commented Feb 3, 2015

my bad
I've forgotten to

include git

@kostyrev kostyrev closed this as completed Feb 3, 2015
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

No branches or pull requests

1 participant