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

cmder is missing chef module #228

Open
SteveDelFante opened this issue Oct 3, 2016 · 2 comments
Open

cmder is missing chef module #228

SteveDelFante opened this issue Oct 3, 2016 · 2 comments

Comments

@SteveDelFante
Copy link

Hwne I run this from cmder, I get the recipe[recipes] bug

knife node run_list add union "recipe[site_config-3]"
union:
  run_list:
    recipe[bjc_bass]
    recipe[site-config]
    recipe[bjc-ecommerce]
    recipe[recipes]

But, it works on the ChefDK shortcut on the desktop. :

knife node run_list add union "recipe[site_config-3]"
union:
  run_list:
    recipe[bjc_bass]
    recipe[site-config]
    recipe[bjc-ecommerce]
    recipe[recipes]
    recipe[site_config-3]
@binamov
Copy link

binamov commented Oct 5, 2016

the chefdk link launches this ps1, which loads the module:

 gc C:\opscode\chefdk\bin\start-chefdk.ps1
Try {
    $conemulocation = "$env:programfiles\ConEmu\Conemu64.exe"
    # We don't want the current path to affect which "chef shell-init powershell" we run, so we need to set th
e PATH to include the current omnibus.
    $chefdk_bin = (split-path $MyInvocation.MyCommand.Definition -Parent)
    $chefdkinit = '"$env:PATH = ''' + $chefdk_bin + ';'' + $env:PATH; $env:CHEFDK_ENV_FIX = 1; chef shell-init
 powershell | out-string | iex; Import-Module chef -DisableNameChecking"'
    $chefdkgreeting = "echo 'PowerShell $($PSVersionTable.psversion.tostring()) ($([System.Environment]::OSVer
sion.VersionString))';write-host -foregroundcolor darkyellow 'Ohai, welcome to ChefDK!`n'"
    $chefdkcommand = "$chefdkinit;$chefdkgreeting"
    $chefdktitle = "Administrator: ChefDK ($env:username)"

    if ( test-path $conemulocation )
    {
        start-process $conemulocation -verb runas -argumentlist '/title',"`"$chefdktitle`"",'/cmd','powershell
.exe','-noexit','-command',$chefdkcommand
    }
    else
    {
        start-process powershell.exe -verb runas -argumentlist '-noexit','-command',"$chefdkcommand; (get-host
).ui.rawui.windowtitle = '$chefdktitle'"
    }
}
Catch
{
    sleep 10
    Throw
}

@andrewelizondo
Copy link

so we should probably figure out how to put this same logic in the powershell profile on the workstation so it happens every time.

@nweddle nweddle self-assigned this Dec 19, 2016
@nweddle nweddle removed their assignment Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants