Fix typo in category parameter
This commit is contained in:
@@ -6,9 +6,9 @@ class sabayon {
|
|||||||
|
|
||||||
# Enman is used to manage SCR repositories
|
# Enman is used to manage SCR repositories
|
||||||
package {
|
package {
|
||||||
'enman':
|
'app-admin/enman':
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
catgeory => 'app-admin',
|
category => 'app-admin',
|
||||||
name => 'enman';
|
name => 'enman';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user