-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I am using the following puppet code:
class{git:
svn => false,
gui => false,
}
class cgit {
git::repo{'cgit':
path => '/usr/local/src/cgit',
source => 'git://git.zx2c4.com/cgit',
git_tag => 'v0.9.1',
}
}
I am expecting this to clone the repo and check out the tag `v0.9.1`` But when
I go to check which version is actually checked out I see:
root@precise32:/usr/local/src/cgit# git describe
v0.9.1-88-g7966fd9
And not:
root@precise32:/usr/local/src/cgit# git describe
v0.9.1
Any ideas? Or is it an error on my part (am new to puppet).
Metadata
Metadata
Assignees
Labels
No labels